
public class OBeginTransactionResponse extends Object implements OBinaryResponse
| Constructor and Description |
|---|
OBeginTransactionResponse() |
OBeginTransactionResponse(int txId,
Map<ORID,ORID> updatedIds) |
| Modifier and Type | Method and Description |
|---|---|
int |
getTxId() |
Map<ORID,ORID> |
getUpdatedIds() |
void |
read(OChannelDataInput network,
OStorageRemoteSession session) |
void |
write(OChannelDataOutput channel,
int protocolVersion,
ORecordSerializer serializer) |
public void write(OChannelDataOutput channel, int protocolVersion, ORecordSerializer serializer) throws IOException
write in interface OBinaryResponseIOExceptionpublic void read(OChannelDataInput network, OStorageRemoteSession session) throws IOException
read in interface OBinaryResponseIOExceptionpublic int getTxId()
Copyright © 2009–2025 OrientDB. All rights reserved.