Uses of Class
ParkNPark.interfaces.AtTopLevelException

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

Uses of AtTopLevelException in ParkNPark.client
 

Methods in ParkNPark.client that throw AtTopLevelException
 PaddedInteger FaultTolerantClientManager.moveUpLevel(int seq)
          Moves the car from its present level to the level above it
 

Uses of AtTopLevelException in ParkNPark.interfaces
 

Fields in ParkNPark.interfaces declared as AtTopLevelException
 AtTopLevelException AtTopLevelExceptionHolder.value
           
 

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

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

Methods in ParkNPark.interfaces that throw AtTopLevelException
 PaddedInteger _ClientManagerStub.moveUpLevel(int seq)
          Moves the car from its present level to the level above it
 PaddedInteger ClientManagerOperations.moveUpLevel(int seq)
          Moves the car from its present level to the level above it
 

Constructors in ParkNPark.interfaces with parameters of type AtTopLevelException
AtTopLevelExceptionHolder(AtTopLevelException initialValue)
           
 

Uses of AtTopLevelException in ParkNPark.middletier
 

Methods in ParkNPark.middletier that throw AtTopLevelException
 PaddedInteger ClientManagerImpl.moveUpLevel(int seq)
          Moves the car from its present level to the level above it