|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cactus.internal.server.EJBTestRedirectorBean
public class EJBTestRedirectorBean
Prototype of EJBRedirector for Cactus.
| Constructor Summary | |
|---|---|
EJBTestRedirectorBean()
No argument constructor needed by the Container |
|
| Method Summary | |
|---|---|
void |
ejbActivate()
|
void |
ejbCreate()
Create method specified in EJB 1.1 section 6.10.3. |
void |
ejbPassivate()
|
void |
ejbRemove()
|
void |
setSessionContext(javax.ejb.SessionContext context)
|
void |
test(EJBRequest theRequest)
The "main" method of the redirector object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EJBTestRedirectorBean()
| Method Detail |
|---|
public void test(EJBRequest theRequest)
theRequest -
public void ejbCreate()
throws javax.ejb.CreateException
javax.ejb.CreateException - in case an error occurspublic void setSessionContext(javax.ejb.SessionContext context)
setSessionContext in interface javax.ejb.SessionBeanjavax.ejb.SessionBean#setContext(javax.ejb.SessionContext)public void ejbActivate()
ejbActivate in interface javax.ejb.SessionBeanSessionBean.ejbActivate()public void ejbPassivate()
ejbPassivate in interface javax.ejb.SessionBeanSessionBean.ejbPassivate()public void ejbRemove()
ejbRemove in interface javax.ejb.SessionBeanSessionBean.ejbRemove()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||