be.SIRAPRISE.messages
Class TransactionStartedMessageTypeV1_1

java.lang.Object
  extended by be.SIRAPRISE.messages.ServerMessageType
      extended by be.SIRAPRISE.messages.TransactionStartedMessageType
          extended by be.SIRAPRISE.messages.TransactionStartedMessageTypeV1_1

public final class TransactionStartedMessageTypeV1_1
extends TransactionStartedMessageType

TransactionStartedMessageTypeV1_1 is V1_1 of the 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.

Since:
SIRA_PRISE 1.2
Author:
Erwin Smout

Field Summary
 
Fields inherited from class be.SIRAPRISE.messages.TransactionStartedMessageType
MESSAGETYPEID
 
Method Summary
 TransactionStartedMessage message(long transactionID)
          Factory method for getting A TransactionStarted message of this version of the type
 
Methods inherited from class be.SIRAPRISE.messages.TransactionStartedMessageType
message
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

message

public TransactionStartedMessage message(long transactionID)
Description copied from class: TransactionStartedMessageType
Factory method for getting A TransactionStarted message of this version of the type

Specified by:
message in class TransactionStartedMessageType
Parameters:
transactionID - The identification of the started transaction
Returns:
A TransactionStarted message