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 |
---|---|
Terminator |
ControlImpl.get_terminator()
Gets the Terminator object for this transaction
|
Terminator |
Control.get_terminator()
get Terminator.
|
Terminator |
InternalTransactionContext.getTerminator()
Get the Terminator associated with the transaction
|
Terminator |
TransactionContext.getTerminator()
get the Terminator of the transaction.
|
Modifier and Type | Method and Description |
---|---|
void |
InternalTransactionContext.setTerminator(Terminator term)
Set the termiantor associated with the transaction
|
void |
TransactionContext.setTerminator(Terminator t)
set the Terminator 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)
|