Uses of Class
ParkNPark.interfaces.AlreadyInLotException

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

Uses of AlreadyInLotException in ParkNPark.client
 

Methods in ParkNPark.client that throw AlreadyInLotException
 PaddedIntegerSeq FaultTolerantClientManager.enterLot(int seq, int lot)
          Moves the client's car into the lot with the given lot number and returns an array of level numbers that have available spaces
 

Uses of AlreadyInLotException in ParkNPark.interfaces
 

Fields in ParkNPark.interfaces declared as AlreadyInLotException
 AlreadyInLotException AlreadyInLotExceptionHolder.value
           
 

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

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

Methods in ParkNPark.interfaces that throw AlreadyInLotException
 PaddedIntegerSeq _ClientManagerStub.enterLot(int seq, int lot)
          Moves the client's car into the lot with the given lot number and returns an array of level numbers that have available spaces
 PaddedIntegerSeq ClientManagerOperations.enterLot(int seq, int lot)
          Moves the client's car into the lot with the given lot number and returns an array of level numbers that have available spaces
 

Constructors in ParkNPark.interfaces with parameters of type AlreadyInLotException
AlreadyInLotExceptionHolder(AlreadyInLotException initialValue)
           
 

Uses of AlreadyInLotException in ParkNPark.middletier
 

Methods in ParkNPark.middletier that throw AlreadyInLotException
 PaddedIntegerSeq ClientManagerImpl.enterLot(int seq, int lot)
          Moves the client's car into the lot with the given lot number and returns an array of level numbers that have available spaces