|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bankframe.examples.bp.customersearch.CustomerSearchBean
com.bankframe.examples.bp.impl.customersearch.CustomerSearchBean
com.bankframe.examples.bp.impl.customersearch.CustomerSearchSessionBean
public class 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(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 |
| 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 SessionBeanpublic void ejbPassivate()
ejbPassivate in interface SessionBeanpublic void ejbRemove()
ejbRemove in interface SessionBeanpublic void setSessionContext(SessionContext ctx)
setSessionContext in interface SessionBeanctx - the session context
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||