public interface EntityBean extends EnterpriseBean
Modifier and Type | Method and Description |
---|---|
void |
ejbActivate() |
void |
ejbLoad() |
void |
ejbPassivate() |
void |
ejbRemove() |
void |
ejbStore() |
void |
setEntityContext(EntityContext ctx) |
void |
unsetEntityContext() |
void ejbActivate() throws EJBException, RemoteException
EJBException
RemoteException
void ejbLoad() throws EJBException, RemoteException
EJBException
RemoteException
void ejbPassivate() throws EJBException, RemoteException
EJBException
RemoteException
void ejbRemove() throws RemoveException, EJBException, RemoteException
void ejbStore() throws EJBException, RemoteException
EJBException
RemoteException
void setEntityContext(EntityContext ctx) throws EJBException, RemoteException
EJBException
RemoteException
void unsetEntityContext() throws EJBException, RemoteException
EJBException
RemoteException
Copyright © 2023. All rights reserved.