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
EJBException
RemoteException
void ejbPassivate() throws EJBException, RemoteException
EJBException
RemoteException
void ejbRemove() throws EJBException, RemoteException
EJBException
RemoteException
void setSessionContext(SessionContext ctx) throws EJBException, RemoteException
EJBException
RemoteException
Copyright © 2023. All rights reserved.