|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RequestCtx | |
|---|---|
| org.ow2.jonas.lib.ejb21 | |
| Uses of RequestCtx in org.ow2.jonas.lib.ejb21 |
|---|
| Methods in org.ow2.jonas.lib.ejb21 that return RequestCtx | |
|---|---|
RequestCtx |
JEntityLocal.preInvoke(int txa)
preInvoke is called before any request. |
RequestCtx |
JEntityRemote.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 |
JSessionHome.preInvoke(int txa)
|
RequestCtx |
JSessionRemote.preInvoke(int txa)
preInvoke is called before any request. |
RequestCtx |
JStatefulFactory.preInvoke(int txa)
preInvoke for Session beans stateful |
RequestCtx |
JFactory.preInvoke(int txa)
Common preInvoke |
RequestCtx |
JHome.preInvoke(int txa)
preInvoke is called before any request. |
RequestCtx |
JLocalHome.preInvoke(int txa)
preInvoke is called before any request. |
RequestCtx |
JFactory.preInvokeRemote(int txa)
preInvoke for Remote access |
| Methods in org.ow2.jonas.lib.ejb21 with parameters of type RequestCtx | |
|---|---|
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 |
void |
JSessionFactory.checkTransaction(RequestCtx rctx)
Session beans can be container managed or bean managed transaction Session home don't check transactional context. |
protected void |
JFactory.checkTransactionContainer(RequestCtx rctx)
Process Transaction Attribute before calling a business method |
void |
JEntityLocal.postInvoke(RequestCtx rctx)
postInvoke is called after any request. |
void |
JEntityRemote.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 |
JSessionHome.postInvoke(RequestCtx rctx)
|
void |
JSessionRemote.postInvoke(RequestCtx rctx)
postInvoke is called after any request. |
void |
JStatefulFactory.postInvoke(RequestCtx rctx)
postinvoke |
void |
JFactory.postInvoke(RequestCtx rctx)
Common postInvoke |
void |
JHome.postInvoke(RequestCtx rctx)
postInvoke is called after any request. |
void |
JLocalHome.postInvoke(RequestCtx rctx)
postInvoke is called after any request. |
void |
JFactory.postInvokeRemote(RequestCtx rctx)
postInvoke for Remote access |
void |
JStatelessSwitch.releaseICtx(RequestCtx req,
boolean discard)
release the bean context. |
void |
JStatefulSwitch.releaseICtx(RequestCtx req,
boolean discard)
Release the Context after use. |
abstract void |
JSessionSwitch.releaseICtx(RequestCtx req,
boolean discard)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||