Uses of Interface org.objectweb.jotm.TransactionContext

Uses in package org.objectweb.jotm

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
Get the transaction context associated with the current thread or null if the thread is not involved in a transaction.
TransactionContext
Return associated PropagationContext Used for implicit Context propagation.

Uses in package org.objectweb.jotm.jta.jeremie

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.

Uses in package org.objectweb.jotm.ots

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
decode the Corba Propagation Context and build an internal transaction context

Uses in package org.objectweb.jotm.jta.rmi

Methods with parameter type org.objectweb.jotm.TransactionContext

void
constructor

Methods with return type org.objectweb.jotm.TransactionContext

TransactionContext
get the transaction context