Class OBeginTransactionResponse
java.lang.Object
com.orientechnologies.orient.client.remote.message.OBeginTransactionResponse
- All Implemented Interfaces:
OBinaryResponse
Created by tglman on 28/12/16.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetTxId()voidread(OChannelDataInput network, ORemoteClientSession session) voidwrite(OChannelDataOutput channel, int protocolVersion, ORecordSerializer serializer)
-
Constructor Details
-
OBeginTransactionResponse
-
OBeginTransactionResponse
public OBeginTransactionResponse()
-
-
Method Details
-
write
public void write(OChannelDataOutput channel, int protocolVersion, ORecordSerializer serializer) throws IOException - Specified by:
writein interfaceOBinaryResponse- Throws:
IOException
-
read
- Specified by:
readin interfaceOBinaryResponse- Throws:
IOException
-
getTxId
public int getTxId() -
getUpdatedIds
-