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 |
---|---|
Control |
TransactionFactory.create(int timeout) |
Control |
TransactionFactoryImpl.create(int timeout)
Create a new Control implementation on JTM.
|
Control |
TransactionFactory.create(int timeout,
Xid xid) |
Control |
TransactionFactoryImpl.create(int timeout,
Xid xid)
Create a new Control implementation on JTM.
|
Control |
InternalTransactionContext.getControl()
Get the control associated with the transaction
|
Control |
TransactionContext.getControl()
get the Control of the Transaction.
|
Control |
TransactionFactory.recreate(TransactionContext ctx) |
Control |
TransactionFactoryImpl.recreate(TransactionContext ctx)
Recreate locally a Control object for an existing transaction.
|
Modifier and Type | Method and Description |
---|---|
void |
RemoteSynchro.after_completion(Control ctrl,
int s) |
void |
RemoteSynchro.before_completion(Control ctrl) |