com.hazelcast.client.spi
Class ClientContext
java.lang.Object
   com.hazelcast.client.spi.ClientContext
com.hazelcast.client.spi.ClientContext
- public final class ClientContext 
- extends Object
- Author:
- mdogan 5/20/13
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
getSerializationService
public SerializationService getSerializationService()
- 
 
getClusterService
public ClientClusterService getClusterService()
- 
 
getPartitionService
public ClientPartitionService getPartitionService()
- 
 
getInvocationService
public ClientInvocationService getInvocationService()
- 
 
getExecutionService
public ClientExecutionService getExecutionService()
- 
 
removeProxy
public void removeProxy(ClientProxy proxy)
- 
 
getClientConfig
public ClientConfig getClientConfig()
- 
 
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.