Class OFetchTransactionRequest
java.lang.Object
com.orientechnologies.orient.client.remote.message.OFetchTransactionRequest
- All Implemented Interfaces:
OBinaryRequest<OFetchTransactionResponse>
public class OFetchTransactionRequest
extends Object
implements OBinaryRequest<OFetchTransactionResponse>
Created by tglman on 30/12/16.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(OBinaryRequestExecutor executor) byteintgetTxId()voidread(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) voidwrite(OChannelDataOutput network, OStorageRemoteSession session) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.orientechnologies.orient.client.remote.OBinaryRequest
requireDatabaseSession, requiredServerRole, requireServerUser
-
Constructor Details
-
OFetchTransactionRequest
public OFetchTransactionRequest() -
OFetchTransactionRequest
public OFetchTransactionRequest(int txId)
-
-
Method Details
-
write
- Specified by:
writein interfaceOBinaryRequest<OFetchTransactionResponse>- Throws:
IOException
-
read
public void read(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) throws IOException - Specified by:
readin interfaceOBinaryRequest<OFetchTransactionResponse>- Throws:
IOException
-
getCommand
public byte getCommand()- Specified by:
getCommandin interfaceOBinaryRequest<OFetchTransactionResponse>
-
createResponse
- Specified by:
createResponsein interfaceOBinaryRequest<OFetchTransactionResponse>
-
execute
- Specified by:
executein interfaceOBinaryRequest<OFetchTransactionResponse>
-
getDescription
- Specified by:
getDescriptionin interfaceOBinaryRequest<OFetchTransactionResponse>
-
getTxId
public int getTxId()
-