com.hazelcast.client.spi
Class ClientContext

java.lang.Object
  extended by com.hazelcast.client.spi.ClientContext

public final class ClientContext
extends Object


Method Summary
 ClientConfig getClientConfig()
           
 ClientClusterService getClusterService()
           
 ClientExecutionService getExecutionService()
           
 HazelcastInstance getHazelcastInstance()
           
 ClientInvocationService getInvocationService()
           
 ClientListenerService getListenerService()
           
 ClientPartitionService getPartitionService()
           
 SerializationService getSerializationService()
           
 boolean isActive()
           
 void removeProxy(ClientProxy proxy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.