Oracle Fusion Middleware
Oracle WebLogic Server API Reference
12c Release 1 (12.1.1)

Part Number E24391-02

weblogic.ejb
Class GenericEntityBean

java.lang.Object
  extended by weblogic.ejb.GenericEnterpriseBean
      extended by weblogic.ejb.GenericEntityBean

public abstract class GenericEntityBean
extends GenericEnterpriseBean


Constructor Summary
GenericEntityBean()
           
 
Method Summary
 void ejbActivate()
           
 void ejbLoad()
           
 void ejbPassivate()
           
 void ejbRemove()
           
 void ejbStore()
           
protected  EntityContext getEntityContext()
           
 void setEntityContext(EntityContext c)
           
 void unsetEntityContext()
           
 
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
 

Constructor Detail

GenericEntityBean

public GenericEntityBean()
Method Detail

setEntityContext

public void setEntityContext(EntityContext c)

unsetEntityContext

public void unsetEntityContext()

getEntityContext

protected EntityContext getEntityContext()

ejbRemove

public void ejbRemove()

ejbActivate

public void ejbActivate()

ejbPassivate

public void ejbPassivate()

ejbLoad

public void ejbLoad()

ejbStore

public void ejbStore()

Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
12c Release 1 (12.1.1)

Part Number E24391-02