weblogic.ejb
Class GenericEntityBean
java.lang.Object
   weblogic.ejb.GenericEnterpriseBean
weblogic.ejb.GenericEnterpriseBean
       weblogic.ejb.GenericEntityBean
weblogic.ejb.GenericEntityBean
- All Implemented Interfaces: 
- Serializable, EnterpriseBean, EntityBean
- public abstract class GenericEntityBean 
- extends GenericEnterpriseBean- implements EntityBean
- See Also:
- Serialized Form
 
 
| Methods inherited from class weblogic.ejb.GenericEnterpriseBean | 
| getCurrentTransaction, getCurrentTransactionStatus, getCurrentXID, getEnvEntry, getInitialContext, getTransactionManager, isTracingEnabled, logDebugMessage, logDebugMessage, logErrorMessage, logErrorMessage, setTracingEnabled, trace, trace | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
GenericEntityBean
public GenericEntityBean()
setEntityContext
public void setEntityContext(EntityContext c)
- 
- Specified by:
- setEntityContextin interface- EntityBean
 
- 
 
unsetEntityContext
public void unsetEntityContext()
- 
- Specified by:
- unsetEntityContextin interface- EntityBean
 
- 
 
getEntityContext
protected EntityContext getEntityContext()
- 
 
- 
 
ejbRemove
public void ejbRemove()
- 
- Specified by:
- ejbRemovein interface- EntityBean
 
- 
 
ejbActivate
public void ejbActivate()
- 
- Specified by:
- ejbActivatein interface- EntityBean
 
- 
 
ejbPassivate
public void ejbPassivate()
- 
- Specified by:
- ejbPassivatein interface- EntityBean
 
- 
 
ejbLoad
public void ejbLoad()
- 
- Specified by:
- ejbLoadin interface- EntityBean
 
- 
 
ejbStore
public void ejbStore()
- 
- Specified by:
- ejbStorein interface- EntityBean
 
-