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.


Field Summary
 javax.transaction.Transaction clientTx
           
 java.util.List connectionList
           
 javax.transaction.Transaction currTx
           
 javax.naming.Context jndiCtx
           
 boolean mustCommit
           
 JSessionSwitch ss
           
 java.lang.Throwable sysExc
           
 int txAttr
           
 
Constructor Summary
RequestCtx(int txa)
          constructor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

RequestCtx

public RequestCtx(int txa)
constructor. Called at preInvoke.