|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bankframe.ei.txnhandler.storeandforward.storetransaction.StoreTransactionBean
public abstract class StoreTransactionBean
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 |
---|
public int sequenceNo
public long addTimestamp
public String requestTransaction
public String batchedForForward
Constructor Detail |
---|
public StoreTransactionBean()
Method Detail |
---|
public void amend(int sequenceNo, long addTimestamp, String requestTransaction, String batchedForForward)
sequenceNo
- the new sequence numberaddTimestamp
- the new stored timestamprequestTransaction
- the new transaction datapublic long getAddTimestamp()
public String getBatchedForForward()
public String getRequestTransaction()
public int getSequenceNo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |