Uses of Class
org.omg.CosTransactions.PropagationContext
-
Packages that use PropagationContext Package Description org.omg.CosTransactions org.omg.CosTSPortability -
-
Uses of PropagationContext in org.omg.CosTransactions
Fields in org.omg.CosTransactions declared as PropagationContext Modifier and Type Field Description PropagationContext
PropagationContextHolder. value
Methods in org.omg.CosTransactions that return PropagationContext Modifier and Type Method Description static PropagationContext
PropagationContextHelper. extract(Any a)
PropagationContext
_CoordinatorStub. get_txcontext()
PropagationContext
CoordinatorOperations. get_txcontext()
PropagationContext
CoordinatorPOATie. get_txcontext()
static PropagationContext
PropagationContextHelper. read(InputStream istream)
Methods in org.omg.CosTransactions with parameters of type PropagationContext Modifier and Type Method Description static void
PropagationContextHelper. insert(Any a, PropagationContext that)
Control
_TransactionFactoryStub. recreate(PropagationContext ctx)
Control
TransactionFactoryOperations. recreate(PropagationContext ctx)
Control
TransactionFactoryPOATie. recreate(PropagationContext ctx)
static void
PropagationContextHelper. write(OutputStream ostream, PropagationContext value)
Constructors in org.omg.CosTransactions with parameters of type PropagationContext Constructor Description PropagationContextHolder(PropagationContext initialValue)
-
Uses of PropagationContext in org.omg.CosTSPortability
Methods in org.omg.CosTSPortability with parameters of type PropagationContext Modifier and Type Method Description void
Sender. received_reply(int id, PropagationContext ctx, Environment env)
void
Receiver. received_request(int id, PropagationContext ctx)
-