Uses of Class
org.objectweb.jonas_ejb.container.RequestCtx

Packages that use RequestCtx
org.objectweb.jonas_ejb.container   
 

Uses of RequestCtx in org.objectweb.jonas_ejb.container
 

Methods in org.objectweb.jonas_ejb.container that return RequestCtx
 RequestCtx JRepEntityRemote.preInvoke(int txa)
          preInvoke is called before any request.
 RequestCtx JSessionRemote.preInvoke(int txa)
          preInvoke is called before any request.
 RequestCtx JRepStatefulLocal.preInvoke(int txa)
          preInvoke is called before any request.
 RequestCtx JSessionHome.preInvoke(int txa)
           
 RequestCtx JHome.preInvoke(int txa)
          preInvoke is called before any request.
 RequestCtx JFactory.preInvoke(int txa)
          Common preInvoke
 RequestCtx JEntityRemote.preInvoke(int txa)
          preInvoke is called before any request.
 RequestCtx JEntityLocal.preInvoke(int txa)
          preInvoke is called before any request.
 RequestCtx JLocalHome.preInvoke(int txa)
          preInvoke is called before any request.
 RequestCtx JServiceEndpoint.preInvoke(int txa)
          preInvoke is called before any request.
 RequestCtx JSessionLocal.preInvoke(int txa)
          preInvoke is called before any request.
 RequestCtx JStatefulFactory.preInvoke(int txa)
          preInvoke for Session beans stateful
 RequestCtx JRepStatelessRemote.preInvoke(int txa)
          preInvoke is called before any request.
 RequestCtx JRepStatefulRemote.preInvoke(int txa)
          preInvoke is called before any request.
 RequestCtx JFactory.preInvokeRemote(int txa)
          preInvoke for Remote access
 

Methods in org.objectweb.jonas_ejb.container with parameters of type RequestCtx
 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 JMdbFactory.checkTransaction(RequestCtx rctx)
          For Message Driven Beans, only 2 cases are possible.
 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 JSessionRemote.postInvoke(RequestCtx rctx)
          postInvoke is called after any request.
 void JSessionHome.postInvoke(RequestCtx rctx)
           
 void JHome.postInvoke(RequestCtx rctx)
          postInvoke is called after any request.
 void JFactory.postInvoke(RequestCtx rctx)
          Common postInvoke
 void JEntityRemote.postInvoke(RequestCtx rctx)
          postInvoke is called after any request.
 void JEntityLocal.postInvoke(RequestCtx rctx)
          postInvoke is called after any request.
 void JLocalHome.postInvoke(RequestCtx rctx)
          postInvoke is called after any request.
 void JServiceEndpoint.postInvoke(RequestCtx rctx)
          postInvoke is called after any request.
 void JSessionLocal.postInvoke(RequestCtx rctx)
          postInvoke is called after any request.
 void JStatefulFactory.postInvoke(RequestCtx rctx)
          postinvoke
 void JRepStatefulHome.postInvoke(RequestCtx rctx)
          postInvoke is called after any request.
 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.
 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.
 



Copyright © 2007 OW2 Consortium. All Rights Reserved.