com.hazelcast.client.spi
Class ClientContext

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

public final class ClientContext
extends Object

Author:
mdogan 5/20/13

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

Method Detail

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.