public abstract class BaseTransactionRequest extends CallableClientRequest
Modifier and Type | Field and Description |
---|---|
protected long |
clientThreadId |
protected String |
txnId |
callId, clientEngine, endpoint, operationService, serializationService, service
Constructor and Description |
---|
BaseTransactionRequest() |
Modifier and Type | Method and Description |
---|---|
Object |
call() |
protected TransactionContext |
getTransactionContext() |
protected abstract Object |
innerCall() |
void |
read(PortableReader reader) |
void |
setClientThreadId(long clientThreadId) |
void |
setTxnId(String txnId) |
void |
write(PortableWriter writer) |
process
getCallId, getClassVersion, getClientEngine, getDistributedObjectName, getDistributedObjectType, getEndpoint, getMethodName, getParameters, getService, getServiceName, readPortable, setCallId, setClientEngine, setEndpoint, setOperationService, setSerializationService, setService, writePortable
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getRequiredPermission
getClassId, getFactoryId
protected String txnId
protected long clientThreadId
public void setTxnId(String txnId)
public void setClientThreadId(long clientThreadId)
protected TransactionContext getTransactionContext()
public void write(PortableWriter writer) throws IOException
write
in class ClientRequest
IOException
public void read(PortableReader reader) throws IOException
read
in class ClientRequest
IOException
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.