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
 void FaultTolerantClientManager.exitLot(int seq)
          Removes the client's car from the lot that it is currently in
 int FaultTolerantClientManager.getCurrentLevel()
          Returns the car's current level number
 int FaultTolerantClientManager.getMaxLevel()
          Returns the top level number of the car's current parking lot
 int FaultTolerantClientManager.getMinLevel()
          Returns the bottom level number of the car's current parking lot
 int FaultTolerantClientManager.moveDownLevel(int seq)
          Moves the car from its present level to the level beneath it
 int 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
 void _ClientManagerStub.exitLot(int seq)
          Removes the client's car from the lot that it is currently in
 void ClientManagerOperations.exitLot(int seq)
          Removes the client's car from the lot that it is currently in
 int _ClientManagerStub.getCurrentLevel()
          Returns the car's current level number
 int ClientManagerOperations.getCurrentLevel()
          Returns the car's current level number
 int _ClientManagerStub.getMaxLevel()
          Returns the top level number of the car's current parking lot
 int ClientManagerOperations.getMaxLevel()
          Returns the top level number of the car's current parking lot
 int _ClientManagerStub.getMinLevel()
          Returns the bottom level number of the car's current parking lot
 int ClientManagerOperations.getMinLevel()
          Returns the bottom level number of the car's current parking lot
 int _ClientManagerStub.moveDownLevel(int seq)
          Moves the car from its present level to the level beneath it
 int ClientManagerOperations.moveDownLevel(int seq)
          Moves the car from its present level to the level beneath it
 int _ClientManagerStub.moveUpLevel(int seq)
          Moves the car from its present level to the level above it
 int 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
 void ClientManagerImpl.exitLot(int seq)
          Removes the client's car from the lot that it is currently in
 int ClientManagerImpl.getCurrentLevel()
          Returns the car's current level number
 int ClientManagerImpl.getMaxLevel()
          Returns the top level number of the car's current parking lot
 int ClientManagerImpl.getMinLevel()
          Returns the bottom level number of the car's current parking lot
 int ClientManagerImpl.moveDownLevel(int seq)
          Moves the car from its present level to the level beneath it
 int ClientManagerImpl.moveUpLevel(int seq)
          Moves the car from its present level to the level above it