com.hazelcast.client.spi
Class ClientContext
java.lang.Object
com.hazelcast.client.spi.ClientContext
public final class ClientContext
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getHazelcastInstance
public HazelcastInstance getHazelcastInstance()
getSerializationService
public SerializationService getSerializationService()
getClusterService
public ClientClusterService getClusterService()
getPartitionService
public ClientPartitionService getPartitionService()
getInvocationService
public ClientInvocationService getInvocationService()
getExecutionService
public ClientExecutionService getExecutionService()
getListenerService
public ClientListenerService getListenerService()
removeProxy
public void removeProxy(ClientProxy proxy)
getClientConfig
public ClientConfig getClientConfig()
isActive
public boolean isActive()
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.