public interface SessionBean extends EnterpriseBean
| Modifier and Type | Method and Description |
|---|---|
void |
ejbActivate() |
void |
ejbPassivate() |
void |
ejbRemove() |
void |
setSessionContext(SessionContext ctx) |
void ejbActivate()
throws EJBException,
RemoteException
EJBExceptionRemoteExceptionvoid ejbPassivate()
throws EJBException,
RemoteException
EJBExceptionRemoteExceptionvoid ejbRemove()
throws EJBException,
RemoteException
EJBExceptionRemoteExceptionvoid setSessionContext(SessionContext ctx) throws EJBException, RemoteException
EJBExceptionRemoteExceptionCopyright © 2021. All rights reserved.