com.hazelcast.client.txn.proxy
Class AbstractClientTxnCollectionProxy<E>
java.lang.Object
com.hazelcast.client.txn.proxy.AbstractClientTxnCollectionProxy<E>
- All Implemented Interfaces:
- DistributedObject, TransactionalObject
- Direct Known Subclasses:
- ClientTxnListProxy, ClientTxnSetProxy
public abstract class AbstractClientTxnCollectionProxy<E>
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractClientTxnCollectionProxy
protected AbstractClientTxnCollectionProxy(String name,
TransactionContextProxy proxy)
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.