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,
java.rmi.RemoteException
EJBExceptionjava.rmi.RemoteExceptionvoid ejbLoad()
throws EJBException,
java.rmi.RemoteException
EJBExceptionjava.rmi.RemoteExceptionvoid ejbPassivate()
throws EJBException,
java.rmi.RemoteException
EJBExceptionjava.rmi.RemoteExceptionvoid ejbRemove()
throws RemoveException,
EJBException,
java.rmi.RemoteException
RemoveExceptionEJBExceptionjava.rmi.RemoteExceptionvoid ejbStore()
throws EJBException,
java.rmi.RemoteException
EJBExceptionjava.rmi.RemoteExceptionvoid setEntityContext(EntityContext ctx) throws EJBException, java.rmi.RemoteException
EJBExceptionjava.rmi.RemoteExceptionvoid unsetEntityContext()
throws EJBException,
java.rmi.RemoteException
EJBExceptionjava.rmi.RemoteException