|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClientManagerFactoryOperations
The main interface that the client uses to communicate with the server
Method Summary | |
---|---|
ClientManager |
getClientManager()
Creates a new client manager instance for a new client |
ClientManager |
getExistingClientManager(int clientID)
Returns the existing client manager instance for an existing client. |
void |
poke()
The poke method |
Method Detail |
---|
ClientManager getClientManager() throws ServiceUnavailableException
ServiceUnavailableException
- Thrown if the database cannot be
contacted or if some other reason prevents the client manager from
being created successfullyClientManager getExistingClientManager(int clientID) throws ServiceUnavailableException, InvalidClientException
clientID
- The ID of the client to get the ClientManager of
InvalidClientException
- Thrown when the given client ID is not known to the system
ServiceUnavailableException
- Thrown if the database cannot be contacted or if
some other reason prevents the client manager from being retrieved successfullyvoid poke() throws ServiceUnavailableException
ServiceUnavailableException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |