com.hazelcast.collection.txn
Class TransactionalListProxy<E>
java.lang.Object
com.hazelcast.spi.AbstractDistributedObject<S>
com.hazelcast.collection.txn.AbstractTransactionalCollectionProxy<ListService,E>
com.hazelcast.collection.txn.TransactionalListProxy<E>
- All Implemented Interfaces:
- DistributedObject, TransactionalList<E>, TransactionalObject
public class TransactionalListProxy<E>
- extends AbstractTransactionalCollectionProxy<ListService,E>
- implements TransactionalList<E>
Methods inherited from class com.hazelcast.spi.AbstractDistributedObject |
destroy, equals, getId, getNameAsPartitionAwareData, getNodeEngine, getPartitionKey, getService, hashCode, invalidate, postDestroy, throwNotActiveException, toString |
TransactionalListProxy
public TransactionalListProxy(String name,
TransactionSupport tx,
NodeEngine nodeEngine,
ListService service)
getServiceName
public String getServiceName()
- Description copied from interface:
DistributedObject
- Returns the service name for this object.
- Specified by:
getServiceName
in interface DistributedObject
- Specified by:
getServiceName
in class AbstractDistributedObject<ListService>
- Returns:
- the service name for this object.
getCollection
protected Collection<CollectionItem> getCollection()
- Specified by:
getCollection
in class AbstractTransactionalCollectionProxy<ListService,E>
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.