javax.ejb

Interface EntityBean

All Superinterfaces:
EnterpriseBean, Serializable

public interface EntityBean
extends EnterpriseBean

Method Summary

void
ejbActivate()
void
ejbLoad()
void
ejbPassivate()
void
ejbRemove()
void
ejbStore()
void
setEntityContext(EntityContext ctx)
void
unsetEntityContext()

Method Details

ejbActivate

public void ejbActivate()
            throws EJBException,
                   RemoteException

ejbLoad

public void ejbLoad()
            throws EJBException,
                   RemoteException

ejbPassivate

public void ejbPassivate()
            throws EJBException,
                   RemoteException

ejbRemove

public void ejbRemove()
            throws RemoveException,
                   EJBException,
                   RemoteException

ejbStore

public void ejbStore()
            throws EJBException,
                   RemoteException

setEntityContext

public void setEntityContext(EntityContext ctx)
            throws EJBException,
                   RemoteException

unsetEntityContext

public void unsetEntityContext()
            throws EJBException,
                   RemoteException