javax.ejb
Interface SessionBean
- All Superinterfaces:
- EnterpriseBean, Serializable
public interface SessionBean
- extends EnterpriseBean
- Version:
- $Rev: 46019 $ $Date: 2004-09-14 02:56:06 -0700 (Tue, 14 Sep 2004) $
ejbActivate
void ejbActivate()
throws EJBException,
RemoteException
- Throws:
EJBException
RemoteException
ejbPassivate
void ejbPassivate()
throws EJBException,
RemoteException
- Throws:
EJBException
RemoteException
ejbRemove
void ejbRemove()
throws EJBException,
RemoteException
- Throws:
EJBException
RemoteException
setSessionContext
void setSessionContext(SessionContext ctx)
throws EJBException,
RemoteException
- Throws:
EJBException
RemoteException
Copyright © 2006 Apache Software Foundation. All Rights Reserved.