javax.ejb
Interface EntityBean
- All Superinterfaces:
- EnterpriseBean, Serializable
- public interface EntityBean
- extends EnterpriseBean
- Version:
- $Revision: 1.3 $ $Date: 2004/03/10 09:59:39 $
ejbActivate
public void ejbActivate()
throws EJBException,
RemoteException
- Throws:
EJBException
RemoteException
ejbLoad
public void ejbLoad()
throws EJBException,
RemoteException
- Throws:
EJBException
RemoteException
ejbPassivate
public void ejbPassivate()
throws EJBException,
RemoteException
- Throws:
EJBException
RemoteException
ejbRemove
public void ejbRemove()
throws RemoveException,
EJBException,
RemoteException
- Throws:
RemoveException
EJBException
RemoteException
ejbStore
public void ejbStore()
throws EJBException,
RemoteException
- Throws:
EJBException
RemoteException
setEntityContext
public void setEntityContext(EntityContext ctx)
throws EJBException,
RemoteException
- Throws:
EJBException
RemoteException
unsetEntityContext
public void unsetEntityContext()
throws EJBException,
RemoteException
- Throws:
EJBException
RemoteException
Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.