Class OFetchTransaction38Request
java.lang.Object
com.orientechnologies.orient.client.remote.message.OFetchTransaction38Request
- All Implemented Interfaces:
OBinaryRequest<OFetchTransaction38Response>
public class OFetchTransaction38Request
extends Object
implements OBinaryRequest<OFetchTransaction38Response>
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) 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
-
OFetchTransaction38Request
public OFetchTransaction38Request() -
OFetchTransaction38Request
public OFetchTransaction38Request(int txId)
-
-
Method Details
-
write
- Specified by:
writein interfaceOBinaryRequest<OFetchTransaction38Response>- Throws:
IOException
-
read
public void read(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) throws IOException - Specified by:
readin interfaceOBinaryRequest<OFetchTransaction38Response>- Throws:
IOException
-
getCommand
public byte getCommand()- Specified by:
getCommandin interfaceOBinaryRequest<OFetchTransaction38Response>
-
createResponse
- Specified by:
createResponsein interfaceOBinaryRequest<OFetchTransaction38Response>
-
execute
- Specified by:
executein interfaceOBinaryRequest<OFetchTransaction38Response>
-
getDescription
- Specified by:
getDescriptionin interfaceOBinaryRequest<OFetchTransaction38Response>
-
getTxId
public int getTxId()
-