com.hazelcast.client.txn.proxy
Class ClientTxnListProxy<E>
java.lang.Object
com.hazelcast.client.txn.proxy.AbstractClientTxnCollectionProxy<E>
com.hazelcast.client.txn.proxy.ClientTxnListProxy<E>
- All Implemented Interfaces:
- DistributedObject, TransactionalList<E>, TransactionalObject
public class ClientTxnListProxy<E>
- extends AbstractClientTxnCollectionProxy<E>
- implements TransactionalList<E>
- Author:
- ali 6/11/13
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientTxnListProxy
public ClientTxnListProxy(String name,
TransactionContextProxy proxy)
getServiceName
public String getServiceName()
- Specified by:
getServiceName in interface DistributedObject
add
public boolean add(E e)
- Specified by:
add in interface TransactionalList<E>
remove
public boolean remove(E e)
- Specified by:
remove in interface TransactionalList<E>
size
public int size()
- Specified by:
size in interface TransactionalList<E>
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.