|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ClientManager is responsible for create Client and manage all Clients.
| Method Summary | |
void |
addClient(Client client)
Add a new client to client manager. |
Client |
createClient()
Create a new client instance. |
LocalClient |
createLocalClient()
Create a local client instance. |
Client |
findClient(java.lang.String clientId)
Find a client object by specified client id string. |
void |
removeClient(Client client)
Remove specified client from client manager. |
| Method Detail |
public Client createClient()
public LocalClient createLocalClient()
public Client findClient(java.lang.String clientId)
clientId - Client id string.public void addClient(Client client)
client - Client object, do nothing if pass in null.public void removeClient(Client client)
client - Client object. do nothing if pass in null or given client
not in client manager.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||