Package | Description |
---|---|
org.objectweb.jotm |
Modifier and Type | Class and Description |
---|---|
class |
ControlImpl
Implementation of the object that represents a transaction.
|
Modifier and Type | Method and Description |
---|---|
Coordinator |
ControlImpl.get_coordinator()
Gets the Coordinator object for this transaction
|
Coordinator |
Control.get_coordinator()
get Coordinator.
|
Coordinator |
InternalTransactionContext.getCoordinator()
Get the coordinator associated with the transaction
|
Coordinator |
TransactionContext.getCoordinator()
get the Coordinator of the transaction.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Coordinator.is_same_transaction(Coordinator tc) |
boolean |
ControlImpl.is_same_transaction(Coordinator tc)
Tests if the given coordinator represents this transaction
|
void |
InternalTransactionContext.setCoordinator(Coordinator coord)
Set the coordinator associated with the transaction
|
void |
TransactionContext.setCoordinator(Coordinator c)
set the Coordinator of the transaction.
|
Constructor and Description |
---|
InternalTransactionContext(int t,
Coordinator c,
Terminator term,
javax.transaction.xa.Xid x)
Build a new TransactionContext (from JTA layer)
|
InternalTransactionContext(int t,
Coordinator c,
javax.transaction.xa.Xid x) |