com.bankframe.examples.bp.impl.accountsearch
Class AccountSearchSessionBean

java.lang.Object
  extended bycom.bankframe.examples.bp.accountsearch.AccountSearchBean
      extended bycom.bankframe.examples.bp.impl.accountsearch.AccountSearchBean
          extended bycom.bankframe.examples.bp.impl.accountsearch.AccountSearchSessionBean
All Implemented Interfaces:
javax.ejb.EnterpriseBean, ESession, java.io.Serializable, javax.ejb.SessionBean

public class AccountSearchSessionBean
extends AccountSearchBean
implements javax.ejb.SessionBean

This class provides the implementation of the AccountSearch session EJB.

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.bankframe.ejb.ESession
serialVersionUID
 
Constructor Summary
AccountSearchSessionBean()
          Default constructor.
 
Method Summary
 void ejbActivate()
          This method is called by the EJB container when this EJB instance is being activated.
 void ejbPassivate()
          This method is called by the EJB container when this EJB instance is being passivated.
 void ejbRemove()
          This method is called by the EJB container when this EJB instance is being removed.
 void setSessionContext(javax.ejb.SessionContext ctx)
          This method is called by the EJB container when the EJB instance is about to be used.
 
Methods inherited from class com.bankframe.examples.bp.impl.accountsearch.AccountSearchBean
ejbCreate, getAllAccounts, processDataPacket, processDataPackets
 
Methods inherited from class com.bankframe.examples.bp.accountsearch.AccountSearchBean
findAllAccounts
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccountSearchSessionBean

public AccountSearchSessionBean()
Default constructor.

Method Detail

ejbActivate

public void ejbActivate()
This method is called by the EJB container when this EJB instance is being activated.

Specified by:
ejbActivate in interface javax.ejb.SessionBean

ejbPassivate

public void ejbPassivate()
This method is called by the EJB container when this EJB instance is being passivated.

Specified by:
ejbPassivate in interface javax.ejb.SessionBean

ejbRemove

public void ejbRemove()
This method is called by the EJB container when this EJB instance is being removed.

Specified by:
ejbRemove in interface javax.ejb.SessionBean

setSessionContext

public void setSessionContext(javax.ejb.SessionContext ctx)
This method is called by the EJB container when the EJB instance is about to be used.

Specified by:
setSessionContext in interface javax.ejb.SessionBean
Parameters:
ctx - the session context


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