com.bankframe.ei.txnhandler.storeandforward.storetransaction
Class StoreTransactionBean

java.lang.Object
  extended by com.bankframe.ei.txnhandler.storeandforward.storetransaction.StoreTransactionBean
Direct Known Subclasses:
StoreTransactionBean

public abstract class StoreTransactionBean
extends Object

The StoreTransactionBean class.


Field Summary
 long addTimestamp
           
 String batchedForForward
           
 String requestTransaction
           
 int sequenceNo
           
 
Constructor Summary
StoreTransactionBean()
           
 
Method Summary
 void amend(int sequenceNo, long addTimestamp, String requestTransaction, String batchedForForward)
          This method amends the details of a given stored transaction
 long getAddTimestamp()
          This method returns the time that this transaction was added to the queue
 String getBatchedForForward()
          This method gets the sequence number that was assigned to this transaction
 String getRequestTransaction()
          This method gets the string representation (XML) of the client request.
 int getSequenceNo()
          This method gets the sequence number that was assigned to this transaction
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sequenceNo

public int sequenceNo

addTimestamp

public long addTimestamp

requestTransaction

public String requestTransaction

batchedForForward

public String batchedForForward
Constructor Detail

StoreTransactionBean

public StoreTransactionBean()
Method Detail

amend

public void amend(int sequenceNo,
                  long addTimestamp,
                  String requestTransaction,
                  String batchedForForward)
This method amends the details of a given stored transaction

Parameters:
sequenceNo - the new sequence number
addTimestamp - the new stored timestamp
requestTransaction - the new transaction data

getAddTimestamp

public long getAddTimestamp()
This method returns the time that this transaction was added to the queue

Returns:
the timestamp

getBatchedForForward

public String getBatchedForForward()
This method gets the sequence number that was assigned to this transaction

Returns:
the sequence number

getRequestTransaction

public String getRequestTransaction()
This method gets the string representation (XML) of the client request.

Returns:
the xml string

getSequenceNo

public int getSequenceNo()
This method gets the sequence number that was assigned to this transaction

Returns:
the sequence number


Copyright © 2005, 2007, Oracle. All rights reserved.