|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hazelcast.client.impl.ClientServiceProxy
public final class ClientServiceProxy
The default implementation of the ClientService
.
Constructor Summary | |
---|---|
ClientServiceProxy(Node node)
|
Method Summary | |
---|---|
String |
addClientListener(ClientListener clientListener)
Adds a ClientListener. |
Collection<Client> |
getConnectedClients()
Returns all connected clients to this member. |
boolean |
removeClientListener(String registrationId)
Removes a ClientListener. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClientServiceProxy(Node node)
Method Detail |
---|
public Collection<Client> getConnectedClients()
ClientService
getConnectedClients
in interface ClientService
public String addClientListener(ClientListener clientListener)
ClientService
addClientListener
in interface ClientService
clientListener
- the ClientListener to add
ClientService.removeClientListener(String)
method.public boolean removeClientListener(String registrationId)
ClientService
removeClientListener
in interface ClientService
registrationId
- Id of the ClientListener registration.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |