S
- type of the RemoteService
public abstract class TransactionalDistributedObject<S extends RemoteService> extends AbstractDistributedObject<S>
Modifier and Type | Field and Description |
---|---|
protected com.hazelcast.transaction.impl.Transaction |
tx |
PARTITIONING_STRATEGY
Modifier | Constructor and Description |
---|---|
protected |
TransactionalDistributedObject(NodeEngine nodeEngine,
S service,
com.hazelcast.transaction.impl.Transaction tx) |
Modifier and Type | Method and Description |
---|---|
protected Object |
toObjectIfNeeded(Object data) |
destroy, equals, getDistributedObjectName, getNameAsPartitionAwareData, getNodeEngine, getOperationService, getPartitionId, getPartitionKey, getService, getServiceName, hashCode, invalidate, invokeOnPartition, postDestroy, preDestroy, throwNotActiveException, toData, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getName
protected TransactionalDistributedObject(NodeEngine nodeEngine, S service, com.hazelcast.transaction.impl.Transaction tx)
Copyright © 2018 Hazelcast, Inc.. All rights reserved.