Uses of Interface
com.hazelcast.core.ClientService

Packages that use ClientService
com.hazelcast.client.impl Contains most of the client side HazelcastInstance implementation functionality. 
com.hazelcast.core Provides core API interfaces/classes. 
com.hazelcast.instance This package contains Hazelcast Instance functionality.
 
com.hazelcast.jca This package contains jca functionality 
 

Uses of ClientService in com.hazelcast.client.impl
 

Classes in com.hazelcast.client.impl that implement ClientService
 class ClientServiceProxy
          The default implementation of the ClientService.
 

Methods in com.hazelcast.client.impl that return ClientService
 ClientService HazelcastClientInstanceImpl.getClientService()
           
 ClientService HazelcastClientProxy.getClientService()
           
 

Uses of ClientService in com.hazelcast.core
 

Methods in com.hazelcast.core that return ClientService
 ClientService HazelcastInstance.getClientService()
          Returns the client service of this Hazelcast instance.
 

Uses of ClientService in com.hazelcast.instance
 

Methods in com.hazelcast.instance that return ClientService
 ClientService HazelcastInstanceImpl.getClientService()
           
 ClientService HazelcastInstanceProxy.getClientService()
           
 

Uses of ClientService in com.hazelcast.jca
 

Methods in com.hazelcast.jca that return ClientService
 ClientService HazelcastConnectionImpl.getClientService()
           
 



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