com.opensymphony.ejb
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Field Summary | |
protected javax.ejb.SessionContext |
context
Reference to SessionContext. |
| Constructor Summary | |
SessionAdapter()
|
|
| Method Summary | |
void |
ejbActivate()
Required to implement SessionBean. |
void |
ejbPassivate()
Required to implement SessionBean. |
void |
ejbRemove()
Required to implement SessionBean. |
protected javax.ejb.SessionContext |
getSessionContext()
Return SessionContext. |
void |
setSessionContext(javax.ejb.SessionContext context)
Required to implement SessionBean. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected javax.ejb.SessionContext context
| Constructor Detail |
public SessionAdapter()
| Method Detail |
public void setSessionContext(javax.ejb.SessionContext context)
throws java.rmi.RemoteException
setSessionContext in interface javax.ejb.SessionBeanjava.rmi.RemoteException
public void ejbActivate()
throws javax.ejb.EJBException,
java.rmi.RemoteException
ejbActivate in interface javax.ejb.SessionBeanjavax.ejb.EJBException
java.rmi.RemoteException
public void ejbPassivate()
throws javax.ejb.EJBException,
java.rmi.RemoteException
ejbPassivate in interface javax.ejb.SessionBeanjavax.ejb.EJBException
java.rmi.RemoteException
public void ejbRemove()
throws javax.ejb.EJBException,
java.rmi.RemoteException
ejbRemove in interface javax.ejb.SessionBeanjavax.ejb.EJBException
java.rmi.RemoteException
protected javax.ejb.SessionContext getSessionContext()
throws javax.ejb.EJBException,
java.rmi.RemoteException
javax.ejb.EJBException
java.rmi.RemoteException
|
See www.opensymphony.com for more information. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||