Uses of Class
ParkNPark.interfaces.NotOnExitLevelException

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

Uses of NotOnExitLevelException in ParkNPark.client
 

Methods in ParkNPark.client that throw NotOnExitLevelException
 PaddedVoid FaultTolerantClientManager.exitLot(int seq)
          Removes the client's car from the lot that it is currently in
 

Uses of NotOnExitLevelException in ParkNPark.interfaces
 

Fields in ParkNPark.interfaces declared as NotOnExitLevelException
 NotOnExitLevelException NotOnExitLevelExceptionHolder.value
           
 

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

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

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

Constructors in ParkNPark.interfaces with parameters of type NotOnExitLevelException
NotOnExitLevelExceptionHolder(NotOnExitLevelException initialValue)
           
 

Uses of NotOnExitLevelException in ParkNPark.middletier
 

Methods in ParkNPark.middletier that throw NotOnExitLevelException
 PaddedVoid ClientManagerImpl.exitLot(int seq)
          Removes the client's car from the lot that it is currently in