Uses of Class
ParkNPark.interfaces.LotNotFoundException

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

Uses of LotNotFoundException in ParkNPark.client
 

Methods in ParkNPark.client that throw LotNotFoundException
 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
 PaddedIntegerSeq FaultTolerantClientManager.getOtherLotAvailability(int lot)
          Returns an array of other lots that have availability, sorted by lot distance such that closer lots are listed first
 

Uses of LotNotFoundException in ParkNPark.interfaces
 

Fields in ParkNPark.interfaces declared as LotNotFoundException
 LotNotFoundException LotNotFoundExceptionHolder.value
           
 

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

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

Methods in ParkNPark.interfaces that throw LotNotFoundException
 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
 PaddedIntegerSeq _ClientManagerStub.getOtherLotAvailability(int lot)
          Returns an array of other lots that have availability, sorted by lot distance such that closer lots are listed first
 PaddedIntegerSeq ClientManagerOperations.getOtherLotAvailability(int lot)
          Returns an array of other lots that have availability, sorted by lot distance such that closer lots are listed first
 

Constructors in ParkNPark.interfaces with parameters of type LotNotFoundException
LotNotFoundExceptionHolder(LotNotFoundException initialValue)
           
 

Uses of LotNotFoundException in ParkNPark.middletier
 

Methods in ParkNPark.middletier that throw LotNotFoundException
 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
 PaddedIntegerSeq ClientManagerImpl.getOtherLotAvailability(int lot)
          Returns an array of other lots that have availability, sorted by lot distance such that closer lots are listed first