javax.ejb
Interface EntityBean

All Superinterfaces:
EnterpriseBean, Serializable

public interface EntityBean
extends EnterpriseBean

Version:
$Rev: 46019 $ $Date: 2004-09-14 02:56:06 -0700 (Tue, 14 Sep 2004) $

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 © 2006 Apache Software Foundation. All Rights Reserved.