com.bankframe.ei.txnhandler.storeandforward.impl.storetransaction
Class StoreTransactionBean
java.lang.Object
com.bankframe.ei.txnhandler.storeandforward.storetransaction.StoreTransactionBean
com.bankframe.ei.txnhandler.storeandforward.impl.storetransaction.StoreTransactionBean
- All Implemented Interfaces:
- EEntity, Serializable
- Direct Known Subclasses:
- StoreTransactionCMPBean
public abstract class StoreTransactionBean
- extends StoreTransactionBean
- implements EEntity
The StoreTransactionBean class.
- See Also:
- Serialized Form
Method Summary |
DataPacket |
toDataPacket()
This method generates a DataPacket representation of the sotred transaction with the
following format. |
StoreTransactionBean
public StoreTransactionBean()
- StoreTransactionBean constructor.
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
- SEQUENCE_NUMBER
- TIMESTAMP
- TRANSACTION_DATA
- Specified by:
toDataPacket
in interface EEntity
- Returns:
- a DataPacket object
Copyright © 2005, 2007, Oracle. All rights reserved.