com.bankframe.ei.txnhandler.impl.persistertxnmap
Class PersisterTxnMapBean
java.lang.Object
com.bankframe.ei.txnhandler.persistertxnmap.PersisterTxnMapBean
com.bankframe.ei.txnhandler.impl.persistertxnmap.PersisterTxnMapBean
- All Implemented Interfaces:
- EEntity, Serializable
- Direct Known Subclasses:
- PersisterTxnMapCMPBean
public abstract class PersisterTxnMapBean
- extends PersisterTxnMapBean
- implements EEntity
This class maps an entity and a method to a Host transaction. It uses the entity's name
and the methods name to map it to the host by txnCode and txnType.
- See Also:
- Serialized Form
Methods inherited from class com.bankframe.ei.txnhandler.persistertxnmap.PersisterTxnMapBean |
getCachePolicy, getEntityName, getIndexName, getMethodName, getTimeOutValue, getTxnCode, getTxnType, setCachePolicy, setEntityName, setIndexName, setMethodName, setTimeOutValue, setTxnCode, setTxnType |
PersisterTxnMapBean
public PersisterTxnMapBean()
- PersisterTxnMapBean constructor comment.
toDataPacket
public DataPacket toDataPacket()
- This method converts this entiy to a DataPacket.
- Specified by:
toDataPacket
in interface EEntity
- Returns:
- a DataPacket with the name
PERSISTER_TXN_MAP
and the keys
- ENTITY_NAME
- METHOD_NAME
- TXN_CODE
- TXN_TYPE
- CACHE_POLICY
- TIME_OUT_VALUE
- INDEX_NAME
Copyright © 2005, 2007, Oracle. All rights reserved.