com.bankframe.ei.txnhandler.storeandforward.completedforwardtransaction.impl.successfultransaction
Class SuccessfulTransactionBean

java.lang.Object
  |
  +--com.bankframe.ei.txnhandler.storeandforward.completedforwardtransaction.CompletedForwardTransactionBean
        |
        +--com.bankframe.ei.txnhandler.storeandforward.completedforwardtransaction.impl.successfultransaction.SuccessfulTransactionBean
Direct Known Subclasses:
SuccessfulTransactionCMPBean

public abstract class SuccessfulTransactionBean
extends CompletedForwardTransactionBean

This class defines the basis of the SuccessfulTransaction Entity EJB implementation.


Field Summary
 
Fields inherited from class com.bankframe.ei.txnhandler.storeandforward.completedforwardtransaction.CompletedForwardTransactionBean
completedTimestamp, sequenceNumber, storedTimestamp, transaction
 
Constructor Summary
SuccessfulTransactionBean()
          Default constructor.
 
Method Summary
 DataPacket toDataPacket()
          This method will give a DataPacket representation of this entity
 
Methods inherited from class com.bankframe.ei.txnhandler.storeandforward.completedforwardtransaction.CompletedForwardTransactionBean
getCompletedTimestamp, getSequenceNumber, getStoredTimestamp, getTransaction
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SuccessfulTransactionBean

public SuccessfulTransactionBean()
Default constructor.

Method Detail

toDataPacket

public DataPacket toDataPacket()
This method will give a DataPacket representation of this entity

Returns:
a DataPacket with the name FORWARDED_TRANSACTION and the keys
  • SEQUENCE_NUMBER
  • SUCCESSFUL_TIMESTAMP
  • STORED_TIMESTAMP
  • TRANSACTION_DATA


Copyright © 2005 Siebel Systems, Inc. All rights reserved.