public class CacheDistributedObject extends AbstractDistributedObject<ICacheService>
CacheService and NodeEngine.
 Warning: DO NOT use this distributed object directly, instead use CacheProxy through
 CacheManager.
PARTITIONING_STRATEGY| Modifier | Constructor and Description | 
|---|---|
protected  | 
CacheDistributedObject(String name,
                      NodeEngine nodeEngine,
                      ICacheService service)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getName()
Returns the unique name for this DistributedObject. 
 | 
String | 
getServiceName()
Returns the service name for this object. 
 | 
boolean | 
isDestroy()  | 
protected void | 
postDestroy()  | 
destroy, equals, getId, getNameAsPartitionAwareData, getNodeEngine, getPartitionKey, getService, hashCode, invalidate, throwNotActiveException, toStringprotected CacheDistributedObject(String name, NodeEngine nodeEngine, ICacheService service)
public String getName()
DistributedObjectpublic String getServiceName()
DistributedObjectgetServiceName in interface DistributedObjectgetServiceName in class AbstractDistributedObject<ICacheService>protected void postDestroy()
postDestroy in class AbstractDistributedObject<ICacheService>public boolean isDestroy()
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.