com.hazelcast.client.txn.proxy
Class AbstractClientTxnCollectionProxy<E>

java.lang.Object
  extended by com.hazelcast.client.txn.proxy.AbstractClientTxnCollectionProxy<E>
All Implemented Interfaces:
DistributedObject, TransactionalObject
Direct Known Subclasses:
ClientTxnListProxy, ClientTxnSetProxy

public abstract class AbstractClientTxnCollectionProxy<E>
extends Object


Constructor Summary
protected AbstractClientTxnCollectionProxy(String name, TransactionContextProxy proxy)
           
 
Method Summary
 void destroy()
           
 Object getId()
           
 String getName()
           
 String getPartitionKey()
           
protected  void throwExceptionIfNull(Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.hazelcast.core.DistributedObject
getServiceName
 

Constructor Detail

AbstractClientTxnCollectionProxy

protected AbstractClientTxnCollectionProxy(String name,
                                           TransactionContextProxy proxy)
Method Detail

getName

public String getName()

throwExceptionIfNull

protected void throwExceptionIfNull(Object o)

destroy

public final void destroy()
Specified by:
destroy in interface DistributedObject

getId

public Object getId()
Specified by:
getId in interface DistributedObject

getPartitionKey

public String getPartitionKey()
Specified by:
getPartitionKey in interface DistributedObject


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