org.objectweb.jonas_ejb.container
Class RequestCtx
java.lang.Object
|
+--org.objectweb.jonas_ejb.container.RequestCtx
- public class RequestCtx
- extends java.lang.Object
Context associated to a request to a bean.
Constructor Summary |
RequestCtx(int txa)
constructor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mustCommit
public boolean mustCommit
sysExc
public java.lang.Throwable sysExc
clientTx
public javax.transaction.Transaction clientTx
jndiCtx
public javax.naming.Context jndiCtx
currTx
public javax.transaction.Transaction currTx
connectionList
public java.util.List connectionList
txAttr
public int txAttr
ss
public JSessionSwitch ss
RequestCtx
public RequestCtx(int txa)
- constructor. Called at preInvoke.