|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransactionContext | |
---|---|
org.objectweb.jotm | |
org.objectweb.jotm.jta.jeremie | |
org.objectweb.jotm.jta.rmi | Transaction interceptors for RMI/JRMP |
org.objectweb.jotm.ots | Transaction interceptors for OTS (on RMI/IIOP) |
Uses of TransactionContext in org.objectweb.jotm |
---|
Classes in org.objectweb.jotm that implement TransactionContext | |
---|---|
class |
InternalTransactionContext
Classe InternalTransactionContext is a generic implementation of
the JOTM Transaction Context. |
Methods in org.objectweb.jotm that return TransactionContext | |
---|---|
TransactionContext |
TransactionImpl.getPropagationContext(boolean hold)
Return associated PropagationContext Used for implicit Context propagation. |
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. |
Methods in org.objectweb.jotm with parameters of type TransactionContext | |
---|---|
Control |
TransactionFactoryImpl.recreate(TransactionContext ctx)
Recreate locally a Control object for an existing transaction. |
Control |
TransactionFactory.recreate(TransactionContext ctx)
|
void |
Current.setPropagationContext(TransactionContext pctx,
boolean isReply)
Associate to the current thread a transaction represented by its transaction context. |
void |
TransactionImpl.updatePropagationContext(TransactionContext pctx)
update the propagation context We should be inside the reply of a request involved in a tx here! |
Constructors in org.objectweb.jotm with parameters of type TransactionContext | |
---|---|
TransactionImpl(TransactionContext pctx)
New Transaction for this thread (setPropagationContext) |
Uses of TransactionContext in org.objectweb.jotm.jta.jeremie |
---|
Methods in org.objectweb.jotm.jta.jeremie that return TransactionContext | |
---|---|
TransactionContext |
JotmTransactionReceiver.sending_reply()
Receiver is sending a reply. |
TransactionContext |
JotmTransactionSender.sending_request()
Sender is sending a request. |
Methods in org.objectweb.jotm.jta.jeremie with parameters of type TransactionContext | |
---|---|
void |
JotmTransactionSender.received_reply(TransactionContext pctx)
Sender is receiving a reply with an attached propagation context. |
void |
JotmTransactionReceiver.received_request(TransactionContext pctx)
Receiver is receiving a request with an attached propagation context. |
Uses of TransactionContext in org.objectweb.jotm.jta.rmi |
---|
Methods in org.objectweb.jotm.jta.rmi that return TransactionContext | |
---|---|
TransactionContext |
JTATransactionServiceContext.getTransactionContext()
get the transaction context |
Methods in org.objectweb.jotm.jta.rmi with parameters of type TransactionContext | |
---|---|
void |
JTATransactionServiceContext.setContext(TransactionContext txCtx,
boolean isReply)
constructor |
Uses of TransactionContext in org.objectweb.jotm.ots |
---|
Methods in org.objectweb.jotm.ots that return TransactionContext | |
---|---|
protected TransactionContext |
OTSInterceptor.decodeCorbaPropagationContext(org.omg.IOP.ServiceContext sCtx)
decode the Corba Propagation Context and build an internal transaction context |
Methods in org.objectweb.jotm.ots with parameters of type TransactionContext | |
---|---|
protected org.omg.IOP.ServiceContext |
OTSInterceptor.buildCorbaPropagationContext(TransactionContext txCtx)
Build and returns the CORBA PropagationContext (JTS) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |