Uses of Interface
com.hazelcast.core.Client

Packages that use Client
com.hazelcast.client   
com.hazelcast.core Provides core API interfaces/classes. 
 

Uses of Client in com.hazelcast.client
 

Classes in com.hazelcast.client that implement Client
 class ClientEndpoint
           
 

Methods in com.hazelcast.client that return types with arguments of type Client
 Collection<Client> ClientEngineImpl.getEndpoints()
           
 

Uses of Client in com.hazelcast.core
 

Methods in com.hazelcast.core that return types with arguments of type Client
 Collection<Client> ClientService.getConnectedClients()
          Returns all connected clients to this member.
 

Methods in com.hazelcast.core with parameters of type Client
 void ClientListener.clientConnected(Client client)
          Invoked when a new client is connected.
 void ClientListener.clientDisconnected(Client client)
          Invoked when a new client is disconnected.
 



Copyright © 2013 Hazelcast, Inc.. All Rights Reserved.