Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01

weblogic.ejb
Class GenericEntityBean

java.lang.Object
  extended by weblogic.ejb.GenericEnterpriseBean
      extended by weblogic.ejb.GenericEntityBean
All Implemented Interfaces:
Serializable, EnterpriseBean, EntityBean

public abstract class GenericEntityBean
extends GenericEnterpriseBean
implements EntityBean

See Also:
Serialized Form

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)
Specified by:
setEntityContext in interface EntityBean

unsetEntityContext

public void unsetEntityContext()
Specified by:
unsetEntityContext in interface EntityBean

getEntityContext

protected EntityContext getEntityContext()

ejbRemove

public void ejbRemove()
Specified by:
ejbRemove in interface EntityBean

ejbActivate

public void ejbActivate()
Specified by:
ejbActivate in interface EntityBean

ejbPassivate

public void ejbPassivate()
Specified by:
ejbPassivate in interface EntityBean

ejbLoad

public void ejbLoad()
Specified by:
ejbLoad in interface EntityBean

ejbStore

public void ejbStore()
Specified by:
ejbStore in interface EntityBean

Copyright 1996, 2013, 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
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01