Frames | No Frames |
Classes implementing org.objectweb.jotm.TransactionContext | |
class | Classe InternalTransactionContext is a generic implementation of
the JOTM Transaction Context. |
Constructors with parameter type org.objectweb.jotm.TransactionContext | |
New Transaction for this thread (setPropagationContext)
|
Methods with parameter type org.objectweb.jotm.TransactionContext | |
Control | |
Control | Recreate locally a Control object for an existing transaction. |
void | Associate to the current thread a transaction represented by its
transaction context. |
void | update the propagation context
We should be inside the reply of a request involved in a tx here!
|
Methods with return type org.objectweb.jotm.TransactionContext | |
TransactionContext | Current.getPropagationContext(boolean hold) Get the transaction context associated with the current thread or null
if the thread is not involved in a transaction. |
TransactionContext | TransactionImpl.getPropagationContext(boolean hold) Return associated PropagationContext
Used for implicit Context propagation. |
Methods with parameter type org.objectweb.jotm.TransactionContext | |
void | Sender is receiving a reply with an attached propagation context. |
void | Receiver is receiving a request with an attached propagation context. |
Methods with return type org.objectweb.jotm.TransactionContext | |
TransactionContext | Receiver is sending a reply. |
TransactionContext | Sender is sending a request. |
Methods with parameter type org.objectweb.jotm.TransactionContext | |
ServiceContext | Build and returns the CORBA PropagationContext (JTS)
|
Methods with return type org.objectweb.jotm.TransactionContext | |
TransactionContext | OTSInterceptor.decodeCorbaPropagationContext(ServiceContext sCtx) decode the Corba Propagation Context and build an internal transaction context
|
Methods with parameter type org.objectweb.jotm.TransactionContext | |
void | constructor
|
Methods with return type org.objectweb.jotm.TransactionContext | |
TransactionContext | get the transaction context
|