Uses of Class
org.ow2.jonas.lib.ejb21.JEntityContext

Packages that use JEntityContext
org.ow2.jonas.lib.ejb21   
org.ow2.jonas.lib.ejb21.ha   
org.ow2.jonas.lib.ejb21.jorm   
 

Uses of JEntityContext in org.ow2.jonas.lib.ejb21
 

Fields in org.ow2.jonas.lib.ejb21 declared as JEntityContext
protected  JEntityContext JEntitySwitchDB.ihContext
          EntityContext for non-transacted requests
protected  JEntityContext JEntitySwitchCRC.ihContext
          EntityContext for non-transacted requests
protected  JEntityContext JEntitySwitchCST.itContext
          unique EntityContext
protected  JEntityContext JEntitySwitchCRC.itContext
          EntityContext for transacted requests
 

Methods in org.ow2.jonas.lib.ejb21 that return JEntityContext
protected  JEntityContext JEntityFactory.createNewContext(EntityBean bean)
           
protected  JEntityContext JEntityFactory.createNewInstance(JEntitySwitch es)
          Create a new instance of the bean and its EntityContext In case of CMP, the bean class is derived to manage entity persistence.
protected  JEntityContext JEntitySwitchDB.getContext4Tx(Transaction tx)
           
protected  JEntityContext JEntitySwitchCST.getContext4Tx(Transaction tx)
           
protected  JEntityContext JEntitySwitchCRC.getContext4Tx(Transaction tx)
           
 JEntityContext JEntitySwitch.getICtx(Transaction tx, boolean checkr)
          Get a context/instance associated with this transaction Called at each request on the bean (including remove)
 JEntityContext JEntitySwitchDB.getICtx(Transaction tx, boolean checkr)
          Get a context/instance associated with this transaction Called at each request on the bean (including remove)
 JEntityContext JEntitySwitch.getICtx(Transaction tx, JEntityContext newctx)
          bind a JEntityContext for a remove method.
 JEntityContext JEntityFactory.getJContext(JEntitySwitch es)
          Get a Context from the pool, or create a new one if no more available in the pool.
 JEntityContext JEntitySwitchCRW.mapICtx(Transaction tx, JEntityContext bctx, boolean forced, boolean holdit, boolean checkreentrance)
          Map a context and its instance.
 JEntityContext JEntitySwitch.mapICtx(Transaction tx, JEntityContext bctx, boolean forced, boolean holdit, boolean checkreentrance)
          Map a context and its instance.
 JEntityContext JEntitySwitchCRU.mapICtx(Transaction tx, JEntityContext bctx, boolean forced, boolean holdit, boolean notused)
          Map a context and its instance.
 JEntityContext JEntitySwitchRO.mapICtx(Transaction tx, JEntityContext bctx, boolean forced, boolean holdit, boolean notused)
          Map a context and its instance.
 

Methods in org.ow2.jonas.lib.ejb21 with parameters of type JEntityContext
 void TxListener.addInstance(JEntityContext ec)
          Add a new Context in the list.
 void JEntitySwitch.bindICtx(Transaction tx, JEntityContext bctx)
          bind a JEntityContext for a create method.
 JEntityContext JEntitySwitch.getICtx(Transaction tx, JEntityContext newctx)
          bind a JEntityContext for a remove method.
 JEntityContext JEntitySwitchCRW.mapICtx(Transaction tx, JEntityContext bctx, boolean forced, boolean holdit, boolean checkreentrance)
          Map a context and its instance.
 JEntityContext JEntitySwitch.mapICtx(Transaction tx, JEntityContext bctx, boolean forced, boolean holdit, boolean checkreentrance)
          Map a context and its instance.
 JEntityContext JEntitySwitchCRU.mapICtx(Transaction tx, JEntityContext bctx, boolean forced, boolean holdit, boolean notused)
          Map a context and its instance.
 JEntityContext JEntitySwitchRO.mapICtx(Transaction tx, JEntityContext bctx, boolean forced, boolean holdit, boolean notused)
          Map a context and its instance.
 void JEntitySwitch.notifyWriting(Transaction tx, JEntityContext bctx)
          This transaction has just modified this instance.
 boolean JEntityFactory.rebindEJB(Transaction tx, JEntityContext bctx, Object pk)
          rebind a PK with a JEntitySwitch (called by create methods)
 boolean JEntityFactory.registerContext(Transaction tx, JEntityContext ec)
          Register a Context/Instance in the transaction.
protected  boolean JEntitySwitch.registerCtx(Transaction tx, JEntityContext bctx)
          register a Context on the transaction, as a Synchronization.
 void TxListener.removeInstance(JEntityContext ec)
          Remove an instance from the list
protected  void JEntitySwitchDB.setContext4Tx(Transaction tx, JEntityContext ctx)
           
protected  void JEntitySwitchCST.setContext4Tx(Transaction tx, JEntityContext ctx)
           
protected  void JEntitySwitchCRC.setContext4Tx(Transaction tx, JEntityContext ctx)
           
 boolean JEntitySwitch.tryBindICtx(Transaction tx, JEntityContext bctx, boolean simple)
          Try to bind a JEntityContext if none already bound.
 boolean JEntitySwitchCST.tryBindICtx(Transaction tx, JEntityContext bctx, boolean simple)
          Try to bind a JEntityContext if none already bound.
 void JEntityFactory.unregisterContext(Transaction tx, JEntityContext ec)
          Unregister a Context/Instance in the transaction.
 

Uses of JEntityContext in org.ow2.jonas.lib.ejb21.ha
 

Methods in org.ow2.jonas.lib.ejb21.ha with parameters of type JEntityContext
 void JRepEntityLocal.postInvoke(RequestCtx rctx, JEntityContext bctx)
           
 void JRepEntityRemote.postInvoke(RequestCtx rctx, JEntityContext bctx, Object response)
          postInvoke is called after any request.
protected  void JRepEntityLocalHome.replicateCreate(JEntityContext bctx)
          Called if we have to replicate a request
protected  void JRepEntityHome.replicateCreate(JEntityContext bctx, Object response)
          Called if we have to replicate a request
 

Constructors in org.ow2.jonas.lib.ejb21.ha with parameters of type JEntityContext
EntityBeanRefImpl(JEntityContext jec)
          Constructor
 

Uses of JEntityContext in org.ow2.jonas.lib.ejb21.jorm
 

Subclasses of JEntityContext in org.ow2.jonas.lib.ejb21.jorm
 class JEntityContext
          This class extends the JEntityContext of the JOnAS container in order to take in consideration the fact that the container manages PName instances and not primary keys.
 

Fields in org.ow2.jonas.lib.ejb21.jorm declared as JEntityContext
protected  JEntityContext GenClassImpl.ectx
           
 

Methods in org.ow2.jonas.lib.ejb21.jorm that return JEntityContext
protected  JEntityContext JormFactory.createNewContext(EntityBean bean)
          This method is overrided in order to specify the JEntityContext class which must be instanciated.
 

Methods in org.ow2.jonas.lib.ejb21.jorm with parameters of type JEntityContext
 void GenClassImpl.setEntityContext(JEntityContext ectx)
          Set the EntityContext needed for setDirty calls
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.