javax.ejb
Interface EntityBean

All Superinterfaces:
EnterpriseBean, Serializable

public interface EntityBean
extends EnterpriseBean

Version:
$Rev: 467742 $ $Date: 2006-10-25 21:30:38 +0200 (Mi, 25. Okt 2006) $

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

Method Detail

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.