be.SIRAPRISE.messages
Class TransactionStartedMessageType

java.lang.Object
  extended by be.SIRAPRISE.messages.ServerMessageType
      extended by be.SIRAPRISE.messages.TransactionStartedMessageType
Direct Known Subclasses:
TransactionStartedMessageTypeV1_0, TransactionStartedMessageTypeV1_1

public abstract class TransactionStartedMessageType
extends ServerMessageType

The TransactionStartedMessageType is the message type sent by servers in response to a StartTransaction or StartSubTransaction message type

Author:
Erwin Smout

Field Summary
static int MESSAGETYPEID
          Comment for MESSAGETYPEID
 
Method Summary
 TransactionStartedMessage message()
          Deprecated.  
abstract  TransactionStartedMessage message(long transactionID)
          Factory method for getting A TransactionStarted message of this version of the type
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MESSAGETYPEID

public static final int MESSAGETYPEID
Comment for MESSAGETYPEID

See Also:
Constant Field Values
Method Detail

message

public final TransactionStartedMessage message()
Deprecated. 

Factory method for getting A TransactionStarted message of this version of the type

Returns:
A TransactionStarted message

message

public abstract TransactionStartedMessage message(long transactionID)
Factory method for getting A TransactionStarted message of this version of the type

Parameters:
transactionID - The identification of the started transaction
Returns:
A TransactionStarted message