org.openxava.ejbx
Class SessionBase
java.lang.Object
org.openxava.ejbx.EJBBase
org.openxava.ejbx.SessionBase
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- EntityTabBean, ServerBean
public class SessionBase
- extends EJBBase
Base class for help in the creation of a SessionBean.
- Author:
- Javier Paniza
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SessionBase
public SessionBase()
ejbActivate
public void ejbActivate()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
ejbPassivate
public void ejbPassivate()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
ejbRemove
public void ejbRemove()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getSessionContext
public SessionContext getSessionContext()
setSessionContext
public void setSessionContext(SessionContext context)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException