|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--com.bankframe.examples.bp.customersearch.CustomerSearchBean
|
+--com.bankframe.examples.bp.impl.customersearch.CustomerSearchBean
|
+--com.bankframe.examples.bp.impl.customersearch.CustomerSearchSessionBean
This class provides the implementation of the CustomerSearch Session EJB
| Field Summary |
| Fields inherited from interface com.bankframe.ejb.ESession |
serialVersionUID |
| Constructor Summary | |
CustomerSearchSessionBean()
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.customersearch.CustomerSearchBean |
amendCustomer, amendCustomerAddress, ejbCreate, findCustomersByFirstName, findCustomersByLastName, getAllCustomers, getCustomer, getCustomerAddress, processDataPacket, processDataPackets, txnHandlerBrokerAmendCustomer, txnHandlerBrokerAmendCustomerAddress |
| Methods inherited from class com.bankframe.examples.bp.customersearch.CustomerSearchBean |
amendCustomer, amendCustomerAddress, findAllCustomers, findCustomersByFirstName, findCustomersByLastName, getCustomer, getCustomerAddress |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CustomerSearchSessionBean()
| Method Detail |
public void ejbActivate()
ejbActivate in interface javax.ejb.SessionBeanpublic void ejbPassivate()
ejbPassivate in interface javax.ejb.SessionBeanpublic void ejbRemove()
ejbRemove in interface javax.ejb.SessionBeanpublic void setSessionContext(javax.ejb.SessionContext ctx)
setSessionContext in interface javax.ejb.SessionBeanctx - the session context
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||