com.bankframe.ei.txnhandler.storeandforward.impl.forwardoperations
Class ForwardOperationsSessionBean

java.lang.Object
  extended bycom.bankframe.ei.txnhandler.storeandforward.forwardoperations.ForwardOperationsBean
      extended bycom.bankframe.ei.txnhandler.storeandforward.impl.forwardoperations.ForwardOperationsBean
          extended bycom.bankframe.ei.txnhandler.storeandforward.impl.forwardoperations.ForwardOperationsSessionBean
All Implemented Interfaces:
javax.ejb.EnterpriseBean, ESession, ForwardOperations, java.io.Serializable, javax.ejb.SessionBean

public class ForwardOperationsSessionBean
extends ForwardOperationsBean
implements javax.ejb.SessionBean

The ForwardOperationsSessionBean class.

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.bankframe.ejb.ESession
serialVersionUID
 
Constructor Summary
ForwardOperationsSessionBean()
           
 
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.forwardoperations.ForwardOperationsBean
processDataPacket, processDataPackets
 
Methods inherited from class com.bankframe.ei.txnhandler.storeandforward.forwardoperations.ForwardOperationsBean
forwardNextRequest, forwardRequest, isStoreEmpty, updateDestination
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForwardOperationsSessionBean

public ForwardOperationsSessionBean()
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.