Uses of Class
ParkNPark.interfaces.LotFullException

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

Uses of LotFullException in ParkNPark.client
 

Methods in ParkNPark.client that throw LotFullException
 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 LotFullException in ParkNPark.interfaces
 

Fields in ParkNPark.interfaces declared as LotFullException
 LotFullException LotFullExceptionHolder.value
           
 

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

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

Methods in ParkNPark.interfaces that throw LotFullException
 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 LotFullException
LotFullExceptionHolder(LotFullException initialValue)
           
 

Uses of LotFullException in ParkNPark.middletier
 

Methods in ParkNPark.middletier that throw LotFullException
 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