javax.ejb
Interface SessionBean
- All Superinterfaces:
- EnterpriseBean, Serializable
public interface SessionBean
- extends EnterpriseBean
- Version:
- $Rev: 467553 $ $Date: 2006-10-25 06:01:51 +0200(mer, 25 ott 2006) $
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 © 2003-2011 The Apache Software Foundation. All Rights Reserved.