public abstract class TransactionalDistributedObject<S extends RemoteService> extends AbstractDistributedObject<S>
| Modifier and Type | Field and Description | 
|---|---|
protected Transaction | 
tx  | 
PARTITIONING_STRATEGY| Modifier | Constructor and Description | 
|---|---|
protected  | 
TransactionalDistributedObject(NodeEngine nodeEngine,
                              S service,
                              Transaction tx)  | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
toObjectIfNeeded(Object data)  | 
destroy, equals, getNameAsPartitionAwareData, getNodeEngine, getOperationService, getPartitionId, getPartitionKey, getService, getServiceName, hashCode, invalidate, postDestroy, throwNotActiveException, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetNameprotected final Transaction tx
protected TransactionalDistributedObject(NodeEngine nodeEngine, S service, Transaction tx)
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.