com.bankframe.ei.txnhandler.impl.persistertxnmap
Class PersisterTxnMapBean

java.lang.Object
  extended bycom.bankframe.ei.txnhandler.persistertxnmap.PersisterTxnMapBean
      extended bycom.bankframe.ei.txnhandler.impl.persistertxnmap.PersisterTxnMapBean
All Implemented Interfaces:
EEntity, java.io.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

Field Summary
 
Fields inherited from class com.bankframe.ei.txnhandler.persistertxnmap.PersisterTxnMapBean
cachePolicy, entityName, methodName, timeOutValue, txnCode, txnType
 
Fields inherited from interface com.bankframe.ejb.EEntity
serialVersionUID
 
Constructor Summary
PersisterTxnMapBean()
          PersisterTxnMapBean constructor comment.
 
Method Summary
 DataPacket toDataPacket()
          This method converts this entiy to a DataPacket.
 
Methods inherited from class com.bankframe.ei.txnhandler.persistertxnmap.PersisterTxnMapBean
getCachePolicy, getEntityName, getMethodName, getTimeOutValue, getTxnCode, getTxnType, setCachePolicy, setEntityName, setMethodName, setTimeOutValue, setTxnCode, setTxnType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersisterTxnMapBean

public PersisterTxnMapBean()
PersisterTxnMapBean constructor comment.

Method Detail

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


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