public final class TransactionStartedMessageTypeV1_1 extends TransactionStartedMessageType
This message has the following fields :
Zone | Format | Length | Description |
---|---|---|---|
TRANSACTIONID | INTEGER | 8 | The numeric ID assigned by the server to this transaction. To be used by the client on every subsequent request to commit, rollback or end this transaction. |
MESSAGETYPEID
Modifier and Type | Method and Description |
---|---|
TransactionStartedMessage |
message(long transactionID)
Factory method for getting A TransactionStarted message of this version of the type
|
message
public TransactionStartedMessage message(long transactionID)
TransactionStartedMessageType
message
in class TransactionStartedMessageType
transactionID
- The identification of the started transaction