|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceUnavailableException | |
---|---|
ParkNPark.client | |
ParkNPark.interfaces | |
ParkNPark.middletier |
Uses of ServiceUnavailableException in ParkNPark.client |
---|
Methods in ParkNPark.client that throw ServiceUnavailableException | |
---|---|
void |
FaultTolerantClientManager.closeClientManager()
Closes the client manager and frees server resources associated with it, including the client manager's activation in the server's CORBA portable object adapter |
int[] |
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 |
void |
FaultTolerantClientManager.exitLot(int seq)
Removes the client's car from the lot that it is currently in |
int |
FaultTolerantClientManager.getCurrentLevel()
Returns the car's current level number |
int[] |
FaultTolerantClientManager.getLots()
Returns an array of valid lot numbers in the system, sorted by the lot number in ascending order |
int |
FaultTolerantClientManager.getMaxLevel()
Returns the top level number of the car's current parking lot |
int |
FaultTolerantClientManager.getMinLevel()
Returns the bottom level number of the car's current parking lot |
int[] |
FaultTolerantClientManager.getOtherLotAvailability(int lot)
Returns an array of other lots that have availability, sorted by lot distance such that closer lots are listed first |
int |
FaultTolerantClientManager.moveDownLevel(int seq)
Moves the car from its present level to the level beneath it |
int |
FaultTolerantClientManager.moveUpLevel(int seq)
Moves the car from its present level to the level above it |
Constructors in ParkNPark.client that throw ServiceUnavailableException | |
---|---|
FaultTolerantClientManager(ORB orb)
Creates a new fault-tolerant client manager that automatically fails over to new primary servers on method call failures |
Uses of ServiceUnavailableException in ParkNPark.interfaces |
---|
Fields in ParkNPark.interfaces declared as ServiceUnavailableException | |
---|---|
ServiceUnavailableException |
ServiceUnavailableExceptionHolder.value
|
Methods in ParkNPark.interfaces that return ServiceUnavailableException | |
---|---|
static ServiceUnavailableException |
ServiceUnavailableExceptionHelper.extract(Any a)
|
static ServiceUnavailableException |
ServiceUnavailableExceptionHelper.read(InputStream istream)
|
Methods in ParkNPark.interfaces with parameters of type ServiceUnavailableException | |
---|---|
static void |
ServiceUnavailableExceptionHelper.insert(Any a,
ServiceUnavailableException that)
|
static void |
ServiceUnavailableExceptionHelper.write(OutputStream ostream,
ServiceUnavailableException value)
|
Methods in ParkNPark.interfaces that throw ServiceUnavailableException | |
---|---|
void |
_ClientManagerStub.closeClientManager()
Closes the client manager and frees server resources associated with it, including the client manager's activation in the server's CORBA portable object adapter |
void |
ClientManagerOperations.closeClientManager()
Closes the client manager and frees server resources associated with it, including the client manager's activation in the server's CORBA portable object adapter |
int[] |
_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 |
int[] |
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 |
void |
_ClientManagerStub.exitLot(int seq)
Removes the client's car from the lot that it is currently in |
void |
ClientManagerOperations.exitLot(int seq)
Removes the client's car from the lot that it is currently in |
ClientManager |
ClientManagerFactoryOperations.getClientManager()
Creates a new client manager instance for a new client |
ClientManager |
_ClientManagerFactoryStub.getClientManager()
Creates a new client manager instance for a new client |
int |
_ClientManagerStub.getCurrentLevel()
Returns the car's current level number |
int |
ClientManagerOperations.getCurrentLevel()
Returns the car's current level number |
ClientManager |
ClientManagerFactoryOperations.getExistingClientManager(int clientID)
Returns the existing client manager instance for an existing client. |
ClientManager |
_ClientManagerFactoryStub.getExistingClientManager(int clientID)
Returns the existing client manager instance for an existing client. |
int[] |
_ClientManagerStub.getLots()
Returns an array of valid lot numbers in the system, sorted by the lot number in ascending order |
int[] |
ClientManagerOperations.getLots()
Returns an array of valid lot numbers in the system, sorted by the lot number in ascending order |
int |
_ClientManagerStub.getMaxLevel()
Returns the top level number of the car's current parking lot |
int |
ClientManagerOperations.getMaxLevel()
Returns the top level number of the car's current parking lot |
int |
_ClientManagerStub.getMinLevel()
Returns the bottom level number of the car's current parking lot |
int |
ClientManagerOperations.getMinLevel()
Returns the bottom level number of the car's current parking lot |
int[] |
_ClientManagerStub.getOtherLotAvailability(int lot)
Returns an array of other lots that have availability, sorted by lot distance such that closer lots are listed first |
int[] |
ClientManagerOperations.getOtherLotAvailability(int lot)
Returns an array of other lots that have availability, sorted by lot distance such that closer lots are listed first |
int |
_ClientManagerStub.moveDownLevel(int seq)
Moves the car from its present level to the level beneath it |
int |
ClientManagerOperations.moveDownLevel(int seq)
Moves the car from its present level to the level beneath it |
int |
_ClientManagerStub.moveUpLevel(int seq)
Moves the car from its present level to the level above it |
int |
ClientManagerOperations.moveUpLevel(int seq)
Moves the car from its present level to the level above it |
void |
ClientManagerFactoryOperations.poke()
The poke method |
void |
_ClientManagerFactoryStub.poke()
The poke method |
Constructors in ParkNPark.interfaces with parameters of type ServiceUnavailableException | |
---|---|
ServiceUnavailableExceptionHolder(ServiceUnavailableException initialValue)
|
Uses of ServiceUnavailableException in ParkNPark.middletier |
---|
Methods in ParkNPark.middletier that throw ServiceUnavailableException | |
---|---|
private boolean |
ClientManagerImpl.alreadyCompleted(int seq)
Checks if the current client request has already been completed. |
void |
ClientManagerImpl.closeClientManager()
Closes the client manager and frees server resources associated with it, including the client manager's activation in the server's CORBA portable object adapter |
int[] |
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 |
void |
ClientManagerImpl.exitLot(int seq)
Removes the client's car from the lot that it is currently in |
ClientManager |
ClientManagerFactoryImpl.getClientManager()
Creates a new client manager instance for a new client |
int |
ClientManagerImpl.getCurrentLevel()
Returns the car's current level number |
ClientManager |
ClientManagerFactoryImpl.getExistingClientManager(int clientID)
Returns the existing client manager instance for an existing client. |
int[] |
ClientManagerImpl.getLots()
Returns an array of valid lot numbers in the system, sorted by the lot number in ascending order |
int |
ClientManagerImpl.getMaxLevel()
Returns the top level number of the car's current parking lot |
int |
ClientManagerImpl.getMinLevel()
Returns the bottom level number of the car's current parking lot |
int[] |
ClientManagerImpl.getOtherLotAvailability(int lot)
Returns an array of other lots that have availability, sorted by lot distance such that closer lots are listed first |
int |
ClientManagerImpl.moveDownLevel(int seq)
Moves the car from its present level to the level beneath it |
int |
ClientManagerImpl.moveUpLevel(int seq)
Moves the car from its present level to the level above it |
void |
ClientManagerFactoryImpl.poke()
|
private void |
ClientManagerImpl.setupDatabaseConn()
Set up the database connection |
private void |
ClientManagerImpl.updateClientData(int seq,
int lot,
int level)
Updates the client table, which is used for duplicate detection. |
Constructors in ParkNPark.middletier that throw ServiceUnavailableException | |
---|---|
ClientManagerImpl()
Create a client manager for a new client that will hold information specific to the client. |
|
ClientManagerImpl(int clientID)
Create a client manager for an existing client that will hold information specific to the client. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |