|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bankframe.examples.bp.accountsearch.AccountSearchBean
com.bankframe.examples.bp.impl.accountsearch.AccountSearchBean
com.bankframe.examples.bp.impl.accountsearch.AccountSearchSessionBean
public class AccountSearchSessionBean
This class provides the implementation of the AccountSearch session EJB.
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(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 |
---|
public AccountSearchSessionBean()
Method Detail |
---|
public void ejbActivate()
ejbActivate
in interface SessionBean
public void ejbPassivate()
ejbPassivate
in interface SessionBean
public void ejbRemove()
ejbRemove
in interface SessionBean
public void setSessionContext(SessionContext ctx)
setSessionContext
in interface SessionBean
ctx
- the session context
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |