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

Packages that use RequestCtx
org.ow2.jonas.lib.ejb21   
org.ow2.jonas.lib.ejb21.ha   
 

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

Methods in org.ow2.jonas.lib.ejb21 that return RequestCtx
 RequestCtx JServiceEndpoint.preInvoke(int txa)
          preInvoke is called before any request.
 RequestCtx JEntityLocal.preInvoke(int txa)
          preInvoke is called before any request.
 RequestCtx JStatefulFactory.preInvoke(int txa)
          preInvoke for Session beans stateful
 RequestCtx JSessionLocal.preInvoke(int txa)
          preInvoke is called before any request.
 RequestCtx JFactory.preInvoke(int txa)
          Common preInvoke
 RequestCtx JSessionRemote.preInvoke(int txa)
          preInvoke is called before any request.
 RequestCtx JHome.preInvoke(int txa)
          preInvoke is called before any request.
 RequestCtx JLocalHome.preInvoke(int txa)
          preInvoke is called before any request.
 RequestCtx JEntityRemote.preInvoke(int txa)
          preInvoke is called before any request.
 RequestCtx JSessionHome.preInvoke(int txa)
           
 RequestCtx JFactory.preInvokeRemote(int txa)
          preInvoke for Remote access
 

Methods in org.ow2.jonas.lib.ejb21 with parameters of type RequestCtx
 void JMdbFactory.checkTransaction(RequestCtx rctx)
          For Message Driven Beans, only 2 cases are possible.
 void JSessionFactory.checkTransaction(RequestCtx rctx)
          Session beans can be container managed or bean managed transaction Session home don't check transactional context.
 void JEntityFactory.checkTransaction(RequestCtx rctx)
          Check Transaction before calling a method on a bean.
 void JMdbEndpointFactory.checkTransaction(RequestCtx rctx)
          For Message Driven Beans, only 2 cases are possible: TX_REQUIRED or TX_NOT_SUPPORTED
protected  void JFactory.checkTransactionContainer(RequestCtx rctx)
          Process Transaction Attribute before calling a business method
 void JServiceEndpoint.postInvoke(RequestCtx rctx)
          postInvoke is called after any request.
 void JEntityLocal.postInvoke(RequestCtx rctx)
          postInvoke is called after any request.
 void JStatefulFactory.postInvoke(RequestCtx rctx)
          postinvoke
 void JSessionLocal.postInvoke(RequestCtx rctx)
          postInvoke is called after any request.
 void JFactory.postInvoke(RequestCtx rctx)
          Common postInvoke
 void JSessionRemote.postInvoke(RequestCtx rctx)
          postInvoke is called after any request.
 void JHome.postInvoke(RequestCtx rctx)
          postInvoke is called after any request.
 void JLocalHome.postInvoke(RequestCtx rctx)
          postInvoke is called after any request.
 void JEntityRemote.postInvoke(RequestCtx rctx)
          postInvoke is called after any request.
 void JSessionHome.postInvoke(RequestCtx rctx)
           
 void JFactory.postInvokeRemote(RequestCtx rctx)
          postInvoke for Remote access
 void JStatefulSwitch.releaseICtx(RequestCtx req, boolean discard)
          Release the Context after use.
abstract  void JSessionSwitch.releaseICtx(RequestCtx req, boolean discard)
           
 void JStatelessSwitch.releaseICtx(RequestCtx req, boolean discard)
          release the bean context.
 

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

Methods in org.ow2.jonas.lib.ejb21.ha that return RequestCtx
 RequestCtx JRepStatefulLocal.preInvoke(int txa)
          preInvoke is called before any request.
 RequestCtx JRepStatelessRemote.preInvoke(int txa)
          preInvoke is called before any request.
 RequestCtx JRepStatefulRemote.preInvoke(int txa)
          preInvoke is called before any request.
 RequestCtx JRepEntityRemote.preInvoke(int txa)
          preInvoke is called before any request.
 

Methods in org.ow2.jonas.lib.ejb21.ha with parameters of type RequestCtx
 void JRepStatefulLocal.postInvoke(RequestCtx rctx, boolean remove)
          postInvoke is called after any request.
 void JRepEntityLocal.postInvoke(RequestCtx rctx, JEntityContext bctx)
           
 void JRepEntityRemote.postInvoke(RequestCtx rctx, JEntityContext bctx, Object response)
          postInvoke is called after any request.
 void JRepStatelessRemote.postInvoke(RequestCtx rctx, Object response)
          postInvoke is called after any request.
 void JRepStatefulRemote.postInvoke(RequestCtx rctx, Object response, boolean remove)
          postInvoke is called after any request.
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.