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

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

public abstract class StoreTransactionBean
extends java.lang.Object

The StoreTransactionBean class.


Field Summary
 long addTimestamp
           
 java.lang.String batchedForForward
           
 java.lang.String requestTransaction
           
 int sequenceNo
           
 
Constructor Summary
StoreTransactionBean()
           
 
Method Summary
 void amend(int sequenceNo, long addTimestamp, java.lang.String requestTransaction, java.lang.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
 java.lang.String getBatchedForForward()
          This method gets the sequence number that was assigned to this transaction
 java.lang.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 java.lang.String requestTransaction

batchedForForward

public java.lang.String batchedForForward
Constructor Detail

StoreTransactionBean

public StoreTransactionBean()
Method Detail

amend

public void amend(int sequenceNo,
                  long addTimestamp,
                  java.lang.String requestTransaction,
                  java.lang.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 java.lang.String getBatchedForForward()
This method gets the sequence number that was assigned to this transaction

Returns:
the sequence number

getRequestTransaction

public java.lang.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.