public abstract class TransactionStartedMessageType extends ServerMessageType
| Modifier and Type | Field and Description |
|---|---|
static int |
MESSAGETYPEID
The numeric ID for messages of this type (531345901 )
|
| Modifier and Type | Method and Description |
|---|---|
TransactionStartedMessage |
message()
Deprecated.
- replace with the method that provides the transaction ID
|
abstract TransactionStartedMessage |
message(long transactionID)
Factory method for getting A TransactionStarted message of this version of the type
|
public static final int MESSAGETYPEID
@Deprecated public final TransactionStartedMessage message()
public abstract TransactionStartedMessage message(long transactionID)
transactionID - The identification of the started transaction