com.hazelcast.client.cache.impl
Class ClientCacheDistributedObject

java.lang.Object
  extended by com.hazelcast.client.spi.ClientProxy
      extended by com.hazelcast.client.cache.impl.ClientCacheDistributedObject
All Implemented Interfaces:
DistributedObject

public class ClientCacheDistributedObject
extends ClientProxy

Basic client proxy object which serves as an accessor to ClientContext.

Warning: DO NOT use this distributed object directly, instead use ClientCacheProxy through CacheManager.


Constructor Summary
ClientCacheDistributedObject(String serviceName, String objectName)
           
 
Method Summary
 ClientContext getClientContext()
           
 
Methods inherited from class com.hazelcast.client.spi.ClientProxy
destroy, equals, getContext, getId, getName, getPartitionKey, getServiceName, hashCode, invoke, invoke, invoke, invokeInterruptibly, listen, listen, onDestroy, onInitialize, onShutdown, setContext, stopListening, throwExceptionIfNull, toData, toObject
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientCacheDistributedObject

public ClientCacheDistributedObject(String serviceName,
                                    String objectName)
Method Detail

getClientContext

public ClientContext getClientContext()


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