Uses of Class
ParkNPark.interfaces.NotInLotException

Packages that use NotInLotException
ParkNPark.client   
ParkNPark.interfaces   
ParkNPark.middletier   
 

Uses of NotInLotException in ParkNPark.client
 

Methods in ParkNPark.client that throw NotInLotException
 PaddedVoid FaultTolerantClientManager.exitLot(int seq)
          Removes the client's car from the lot that it is currently in
 PaddedInteger FaultTolerantClientManager.getCurrentLevel()
          Returns the car's current level number
 PaddedInteger FaultTolerantClientManager.getMaxLevel()
          Returns the top level number of the car's current parking lot
 PaddedInteger FaultTolerantClientManager.getMinLevel()
          Returns the bottom level number of the car's current parking lot
 PaddedInteger FaultTolerantClientManager.moveDownLevel(int seq)
          Moves the car from its present level to the level beneath it
 PaddedInteger FaultTolerantClientManager.moveUpLevel(int seq)
          Moves the car from its present level to the level above it
 

Uses of NotInLotException in ParkNPark.interfaces
 

Fields in ParkNPark.interfaces declared as NotInLotException
 NotInLotException NotInLotExceptionHolder.value
           
 

Methods in ParkNPark.interfaces that return NotInLotException
static NotInLotException NotInLotExceptionHelper.extract(Any a)
           
static NotInLotException NotInLotExceptionHelper.read(InputStream istream)
           
 

Methods in ParkNPark.interfaces with parameters of type NotInLotException
static void NotInLotExceptionHelper.insert(Any a, NotInLotException that)
           
static void NotInLotExceptionHelper.write(OutputStream ostream, NotInLotException value)
           
 

Methods in ParkNPark.interfaces that throw NotInLotException
 PaddedVoid _ClientManagerStub.exitLot(int seq)
          Removes the client's car from the lot that it is currently in
 PaddedVoid ClientManagerOperations.exitLot(int seq)
          Removes the client's car from the lot that it is currently in
 PaddedInteger _ClientManagerStub.getCurrentLevel()
          Returns the car's current level number
 PaddedInteger ClientManagerOperations.getCurrentLevel()
          Returns the car's current level number
 PaddedInteger _ClientManagerStub.getMaxLevel()
          Returns the top level number of the car's current parking lot
 PaddedInteger ClientManagerOperations.getMaxLevel()
          Returns the top level number of the car's current parking lot
 PaddedInteger _ClientManagerStub.getMinLevel()
          Returns the bottom level number of the car's current parking lot
 PaddedInteger ClientManagerOperations.getMinLevel()
          Returns the bottom level number of the car's current parking lot
 PaddedInteger _ClientManagerStub.moveDownLevel(int seq)
          Moves the car from its present level to the level beneath it
 PaddedInteger ClientManagerOperations.moveDownLevel(int seq)
          Moves the car from its present level to the level beneath it
 PaddedInteger _ClientManagerStub.moveUpLevel(int seq)
          Moves the car from its present level to the level above it
 PaddedInteger ClientManagerOperations.moveUpLevel(int seq)
          Moves the car from its present level to the level above it
 

Constructors in ParkNPark.interfaces with parameters of type NotInLotException
NotInLotExceptionHolder(NotInLotException initialValue)
           
 

Uses of NotInLotException in ParkNPark.middletier
 

Methods in ParkNPark.middletier that throw NotInLotException
 PaddedVoid ClientManagerImpl.exitLot(int seq)
          Removes the client's car from the lot that it is currently in
 PaddedInteger ClientManagerImpl.getCurrentLevel()
          Returns the car's current level number
 PaddedInteger ClientManagerImpl.getMaxLevel()
          Returns the top level number of the car's current parking lot
 PaddedInteger ClientManagerImpl.getMinLevel()
          Returns the bottom level number of the car's current parking lot
 PaddedInteger ClientManagerImpl.moveDownLevel(int seq)
          Moves the car from its present level to the level beneath it
 PaddedInteger ClientManagerImpl.moveUpLevel(int seq)
          Moves the car from its present level to the level above it