|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Terminator in org.objectweb.jotm |
|---|
| Classes in org.objectweb.jotm that implement Terminator | |
|---|---|
class |
ControlImpl
Implementation of the object that represents a transaction. |
| Methods in org.objectweb.jotm that return Terminator | |
|---|---|
Terminator |
Control.get_terminator()
get Terminator. |
Terminator |
ControlImpl.get_terminator()
Gets the Terminator object for this transaction |
Terminator |
InternalTransactionContext.getTerminator()
Get the Terminator associated with the transaction |
Terminator |
TransactionContext.getTerminator()
get the Terminator of the transaction. |
| Methods in org.objectweb.jotm with parameters of type Terminator | |
|---|---|
void |
InternalTransactionContext.setTerminator(Terminator term)
Set the termiantor associated with the transaction |
void |
TransactionContext.setTerminator(Terminator t)
set the Terminator of the transaction. |
| Constructors in org.objectweb.jotm with parameters of type Terminator | |
|---|---|
InternalTransactionContext(int t,
Coordinator c,
Terminator term,
Xid x)
Build a new TransactionContext (from JTA layer) |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||