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

java.lang.Object
  extended by com.hazelcast.client.txn.proxy.AbstractClientTxnCollectionProxy<E>
      extended by 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

Constructor Summary
ClientTxnListProxy(String name, TransactionContextProxy proxy)
           
 
Method Summary
 boolean add(E e)
           
 void destroy()
           
 Object getId()
           
 String getPartitionKey()
           
 String getServiceName()
           
 boolean remove(E e)
           
 int size()
           
 
Methods inherited from class com.hazelcast.client.txn.proxy.AbstractClientTxnCollectionProxy
getName, throwExceptionIfNull
 
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
destroy, getId, getName, getPartitionKey
 

Constructor Detail

ClientTxnListProxy

public ClientTxnListProxy(String name,
                          TransactionContextProxy proxy)
Method Detail

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.