public class ClientTxnListProxy<E> extends AbstractClientTxnCollectionProxy<E> implements TransactionalList<E>
| Constructor and Description |
|---|
ClientTxnListProxy(String name,
ClientTransactionContext transactionContext) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(E e) |
void |
destroy() |
String |
getName() |
String |
getPartitionKey() |
String |
getServiceName() |
boolean |
remove(E e) |
int |
size() |
throwExceptionIfNullclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdestroy, getName, getPartitionKeypublic ClientTxnListProxy(String name, ClientTransactionContext transactionContext)
public String getServiceName()
getServiceName in interface DistributedObjectpublic boolean add(E e)
add in interface TransactionalList<E>public boolean remove(E e)
remove in interface TransactionalList<E>public int size()
size in interface TransactionalList<E>public final void destroy()
destroy in interface DistributedObjectpublic String getName()
getName in interface DistributedObjectpublic String getPartitionKey()
getPartitionKey in interface DistributedObjectCopyright © 2016 Hazelcast, Inc.. All Rights Reserved.