|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Coordinator | |
org.objectweb.jonas_tm |
Uses of Coordinator in org.objectweb.jonas_tm |
Subinterfaces of Coordinator in org.objectweb.jonas_tm | |
interface |
RemoteControl
Interface RemoteControl is the Control Remote Interface. |
Classes in org.objectweb.jonas_tm that implement Coordinator | |
class |
ControlImpl
Implementation of the object that represents a transaction. |
Methods in org.objectweb.jonas_tm that return Coordinator | |
Coordinator |
TransactionContext.getCoordinator()
|
Coordinator |
InternalTransactionContext.getCoordinator()
Get the coordinator associated with the transaction |
Coordinator |
ControlImpl.get_coordinator()
Gets the Coordinator object for this transaction |
Coordinator |
Control.get_coordinator()
|
Methods in org.objectweb.jonas_tm with parameters of type Coordinator | |
void |
TransactionContext.setCoordinator(Coordinator c)
|
void |
InternalTransactionContext.setCoordinator(Coordinator coord)
Set the coordinator associated with the transaction |
boolean |
Coordinator.is_same_transaction(Coordinator tc)
|
boolean |
ControlImpl.is_same_transaction(Coordinator tc)
Tests if the given coordinator represents this transaction |
Constructors in org.objectweb.jonas_tm with parameters of type Coordinator | |
InternalTransactionContext(int t,
Coordinator c,
Xid x)
Build a new TransactionContext (from JTA layer) |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |