| |
|
| java.lang.Object org.objectweb.jonas_ejb.container.RequestCtx
RequestCtx | public class RequestCtx (Code) | | Context associated to a request to a bean.
author: Philippe Coq, Philippe Durieux |
Constructor Summary | |
public | RequestCtx(int txa) constructor. |
bmcalled | public boolean bmcalled(Code) | | ejb business method has been called
|
clientTx | public Transaction clientTx(Code) | | Tx to be resumed at postInvoke
|
cloader | public ClassLoader cloader(Code) | | saved class loader to be resumed at postInvoke
|
currTx | public Transaction currTx(Code) | | transaction in which the request will execute
|
ejbContext | public JSessionContext ejbContext(Code) | | Used for stateful session at create and for stateless session beans
|
jndiCtx | public Context jndiCtx(Code) | | saved JNDICtx to be resumed at postInvoke
|
mustCommit | public boolean mustCommit(Code) | | must commit current Tx at postInvoke
|
state | public byte[] state(Code) | | Holds the state of the SFSB before calling the method (in preinvoke)
COMPLETE Added for the replication mechanishm in HA service
|
sysExc | public Throwable sysExc(Code) | | system exception or error raised in business method
|
txAttr | public int txAttr(Code) | | Transaction Attribute
|
RequestCtx | public RequestCtx(int txa)(Code) | | constructor. Called at preInvoke.
Parameters: txa - Transaction Attribute. |
|
|
|