com.bankframe.ei.txnhandler.storeandforward.impl.forwardtransaction
Class ForwardTransactionSessionBean

java.lang.Object
  extended bycom.bankframe.ei.txnhandler.storeandforward.forwardtransaction.ForwardTransactionBean
      extended bycom.bankframe.ei.txnhandler.storeandforward.impl.forwardtransaction.ForwardTransactionBean
          extended bycom.bankframe.ei.txnhandler.storeandforward.impl.forwardtransaction.ForwardTransactionSessionBean
All Implemented Interfaces:
javax.ejb.EnterpriseBean, ESession, ForwardTransaction, java.io.Serializable, javax.ejb.SessionBean

public class ForwardTransactionSessionBean
extends ForwardTransactionBean
implements javax.ejb.SessionBean

The ForwardTransactionSessionBean class.

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.bankframe.ejb.ESession
serialVersionUID
 
Constructor Summary
ForwardTransactionSessionBean()
           
 
Method Summary
 void ejbActivate()
           
 void ejbCreate()
           
 void ejbPassivate()
           
 void ejbRemove()
           
 void setSessionContext(javax.ejb.SessionContext ctx)
           
 
Methods inherited from class com.bankframe.ei.txnhandler.storeandforward.impl.forwardtransaction.ForwardTransactionBean
processDataPacket, processDataPackets
 
Methods inherited from class com.bankframe.ei.txnhandler.storeandforward.forwardtransaction.ForwardTransactionBean
forwardAll, forwardAll, forwardSingle, forwardSubset, setMonitorStatus
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForwardTransactionSessionBean

public ForwardTransactionSessionBean()
Method Detail

ejbActivate

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

ejbCreate

public void ejbCreate()

ejbPassivate

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

ejbRemove

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

setSessionContext

public void setSessionContext(javax.ejb.SessionContext ctx)
Specified by:
setSessionContext in interface javax.ejb.SessionBean


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