|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.xenonsoft.bridgetown.test.ejb.SecondaryEJB
A secondary session EJB bean
| Constructor Summary | |
SecondaryEJB()
Default constructor |
|
| Method Summary | |
void |
ejbActivate()
Implements / overrides ejbActivate |
void |
ejbCreate()
Implements ejb creation method for this session bean |
void |
ejbPassivate()
Implements / overrides ejbPassivate |
void |
ejbRemove()
Implements / overrides ejbRemove |
java.lang.String |
executeTest(java.lang.String name)
Execute test |
void |
setSessionContext(javax.ejb.SessionContext arg0)
Implements / overrides setSessionContext |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SecondaryEJB()
| Method Detail |
public void setSessionContext(javax.ejb.SessionContext arg0)
throws javax.ejb.EJBException,
java.rmi.RemoteException
setSessionContext in interface javax.ejb.SessionBeanarg0 -
javax.ejb.EJBException
java.rmi.RemoteExceptionSessionBean.setSessionContext(javax.ejb.SessionContext)
public void ejbRemove()
throws javax.ejb.EJBException,
java.rmi.RemoteException
ejbRemove in interface javax.ejb.SessionBeanjavax.ejb.EJBException
java.rmi.RemoteExceptionSessionBean.ejbRemove()
public void ejbActivate()
throws javax.ejb.EJBException,
java.rmi.RemoteException
ejbActivate in interface javax.ejb.SessionBeanjavax.ejb.EJBException
java.rmi.RemoteExceptionSessionBean.ejbActivate()
public void ejbPassivate()
throws javax.ejb.EJBException,
java.rmi.RemoteException
ejbPassivate in interface javax.ejb.SessionBeanjavax.ejb.EJBException
java.rmi.RemoteExceptionSessionBean.ejbPassivate()
public void ejbCreate()
throws javax.ejb.CreateException
javax.ejb.CreateException
javax.ejb.EJBExceptionpublic java.lang.String executeTest(java.lang.String name)
name - arbitary parameter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||