com.hazelcast.client.cache.impl
Class ClientCacheDistributedObject
java.lang.Object
  
com.hazelcast.client.spi.ClientProxy
      
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.
 
 
| 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 | 
 
 
ClientCacheDistributedObject
public ClientCacheDistributedObject(String serviceName,
                                    String objectName)
getClientContext
public ClientContext getClientContext()
 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.