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

java.lang.Object
  extended bycom.bankframe.ei.txnhandler.storeandforward.storetransaction.StoreTransactionBean
      extended bycom.bankframe.ei.txnhandler.storeandforward.impl.storetransaction.StoreTransactionBean
All Implemented Interfaces:
EEntity, java.io.Serializable
Direct Known Subclasses:
StoreTransactionCMPBean

public abstract class StoreTransactionBean
extends StoreTransactionBean
implements EEntity

The StoreTransactionBean class.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.bankframe.ei.txnhandler.storeandforward.storetransaction.StoreTransactionBean
addTimestamp, batchedForForward, requestTransaction, sequenceNo
 
Fields inherited from interface com.bankframe.ejb.EEntity
serialVersionUID
 
Constructor Summary
StoreTransactionBean()
          StoreTransactionBean constructor.
 
Method Summary
 DataPacket toDataPacket()
          This method generates a DataPacket representation of the sotred transaction with the following format.
 
Methods inherited from class com.bankframe.ei.txnhandler.storeandforward.storetransaction.StoreTransactionBean
amend, getAddTimestamp, getBatchedForForward, getRequestTransaction, getSequenceNo
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StoreTransactionBean

public StoreTransactionBean()
StoreTransactionBean constructor.

Method Detail

toDataPacket

public DataPacket toDataPacket()
This method generates a DataPacket representation of the sotred transaction with the following format. The DataPacket name is STORE_TRANSACTION. The keys are as follows

Specified by:
toDataPacket in interface EEntity
Returns:
a DataPacket object


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