|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.jonas_ejb.container.RequestCtx
Context associated to a request to a bean.
Field Summary | |
javax.transaction.Transaction |
clientTx
Tx to be resumed at postInvoke |
java.lang.ClassLoader |
cloader
saved class loader to be resumed at postInvoke |
java.util.List |
connectionList
saved Connection List |
javax.transaction.Transaction |
currTx
transaction in which the request will execute |
javax.naming.Context |
jndiCtx
saved JNDICtx to be resumed at postInvoke |
boolean |
mustCommit
must commit current Tx at postInvoke |
java.lang.Throwable |
sysExc
system exception or error raised in business method |
int |
txAttr
Transaction Attribute |
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 |
public boolean mustCommit
public java.lang.Throwable sysExc
public javax.transaction.Transaction clientTx
public javax.naming.Context jndiCtx
public java.lang.ClassLoader cloader
public javax.transaction.Transaction currTx
public java.util.List connectionList
public int txAttr
Constructor Detail |
public RequestCtx(int txa)
txa
- Transaction Attribute.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |