javax.ejb
Interface EntityBean
- All Superinterfaces:
- EnterpriseBean, Serializable
public interface EntityBean
- extends EnterpriseBean
- Version:
- $Rev: 467553 $ $Date: 2006-10-25 06:01:51 +0200 (Mi, 25. Okt 2006) $
ejbActivate
void ejbActivate()
throws EJBException,
RemoteException
- Throws:
EJBException
RemoteException
ejbLoad
void ejbLoad()
throws EJBException,
RemoteException
- Throws:
EJBException
RemoteException
ejbPassivate
void ejbPassivate()
throws EJBException,
RemoteException
- Throws:
EJBException
RemoteException
ejbRemove
void ejbRemove()
throws RemoveException,
EJBException,
RemoteException
- Throws:
RemoveException
EJBException
RemoteException
ejbStore
void ejbStore()
throws EJBException,
RemoteException
- Throws:
EJBException
RemoteException
setEntityContext
void setEntityContext(EntityContext ctx)
throws EJBException,
RemoteException
- Throws:
EJBException
RemoteException
unsetEntityContext
void unsetEntityContext()
throws EJBException,
RemoteException
- Throws:
EJBException
RemoteException
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.