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

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

public class ClientTxnSetProxy<E>
extends AbstractClientTxnCollectionProxy<E>
implements TransactionalSet<E>

Author:
ali 6/11/13

Constructor Summary
ClientTxnSetProxy(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

ClientTxnSetProxy

public ClientTxnSetProxy(String name,
                         TransactionContextProxy proxy)
Method Detail

add

public boolean add(E e)
Specified by:
add in interface TransactionalSet<E>

remove

public boolean remove(E e)
Specified by:
remove in interface TransactionalSet<E>

size

public int size()
Specified by:
size in interface TransactionalSet<E>

getServiceName

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

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.