com.bankframe.ei.txnhandler.impl.transactionroute
Class TransactionRouteCMPBean

java.lang.Object
  extended bycom.bankframe.ei.txnhandler.transactionroute.TransactionRouteBean
      extended bycom.bankframe.ei.txnhandler.impl.transactionroute.TransactionRouteBean
          extended bycom.bankframe.ei.txnhandler.impl.transactionroute.TransactionRouteCMPBean
All Implemented Interfaces:
EEntity, javax.ejb.EnterpriseBean, javax.ejb.EntityBean, java.io.Serializable

public class TransactionRouteCMPBean
extends TransactionRouteBean
implements javax.ejb.EntityBean

This class is the TransactionRouteBean Entity Bean which maintains information on the type of Connector and DataFormat class to use for a specific transaction type

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.bankframe.ei.txnhandler.transactionroute.TransactionRouteBean
dataFormat, destinationId, hostSequenceNumber, txnCode, txnType
 
Fields inherited from interface com.bankframe.ejb.EEntity
serialVersionUID
 
Constructor Summary
TransactionRouteCMPBean()
           
 
Method Summary
 void ejbActivate()
           
 TransactionRoutePK ejbCreate(java.lang.String txnCode, java.lang.String txnType, java.lang.String destinationId, java.lang.String dataFormat, int hostSequenceNumber)
          Initialise TransactionRouteBean
 void ejbLoad()
           
 void ejbPassivate()
           
 void ejbPostCreate(java.lang.String txnCode, java.lang.String txnType, java.lang.String destinationId, java.lang.String dataFormat, int hostSequenceNumber)
          This method is the Post Create
 void ejbRemove()
           
 void ejbStore()
           
 void setEntityContext(javax.ejb.EntityContext entityContext)
           
 void unsetEntityContext()
           
 
Methods inherited from class com.bankframe.ei.txnhandler.impl.transactionroute.TransactionRouteBean
isModified, toDataPacket
 
Methods inherited from class com.bankframe.ei.txnhandler.transactionroute.TransactionRouteBean
create, getDataFormat, getDataFormat, getDestinationId, getHostSequenceNumber, getTxnCode, getTxnType, setDestinationId, setHostSequenceNumber, setTxnCode, setTxnType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionRouteCMPBean

public TransactionRouteCMPBean()
Method Detail

ejbActivate

public void ejbActivate()
Specified by:
ejbActivate in interface javax.ejb.EntityBean

ejbCreate

public TransactionRoutePK ejbCreate(java.lang.String txnCode,
                                    java.lang.String txnType,
                                    java.lang.String destinationId,
                                    java.lang.String dataFormat,
                                    int hostSequenceNumber)
                             throws javax.ejb.CreateException
Initialise TransactionRouteBean

Parameters:
txnCode - Transaction Code
txnType - Transaction Type
destinationId - Destination ID
dataFormat - is the DataFormat class
Throws:
javax.ejb.CreateException

ejbLoad

public void ejbLoad()
Specified by:
ejbLoad in interface javax.ejb.EntityBean

ejbPassivate

public void ejbPassivate()
Specified by:
ejbPassivate in interface javax.ejb.EntityBean

ejbPostCreate

public void ejbPostCreate(java.lang.String txnCode,
                          java.lang.String txnType,
                          java.lang.String destinationId,
                          java.lang.String dataFormat,
                          int hostSequenceNumber)
                   throws javax.ejb.CreateException
This method is the Post Create

Parameters:
txnCode - Transaction Code
txnType - Transaction Type
destinationId - Destination ID
dataFormat - is the DataFormat class
Throws:
javax.ejb.CreateException

ejbRemove

public void ejbRemove()
Specified by:
ejbRemove in interface javax.ejb.EntityBean

ejbStore

public void ejbStore()
Specified by:
ejbStore in interface javax.ejb.EntityBean

setEntityContext

public void setEntityContext(javax.ejb.EntityContext entityContext)
Specified by:
setEntityContext in interface javax.ejb.EntityBean

unsetEntityContext

public void unsetEntityContext()
Specified by:
unsetEntityContext in interface javax.ejb.EntityBean


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