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
EJBExceptionRemoteExceptionvoid ejbLoad()
throws EJBException,
RemoteException
EJBExceptionRemoteExceptionvoid ejbPassivate()
throws EJBException,
RemoteException
EJBExceptionRemoteExceptionvoid ejbRemove()
throws RemoveException,
EJBException,
RemoteException
void ejbStore()
throws EJBException,
RemoteException
EJBExceptionRemoteExceptionvoid setEntityContext(EntityContext ctx) throws EJBException, RemoteException
EJBExceptionRemoteExceptionvoid unsetEntityContext()
throws EJBException,
RemoteException
EJBExceptionRemoteExceptionCopyright © 2021. All rights reserved.