|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Control | |
| org.objectweb.jotm | |
| Uses of Control in org.objectweb.jotm |
| Classes in org.objectweb.jotm that implement Control | |
class |
ControlImpl
Implementation of the object that represents a transaction. |
| Methods in org.objectweb.jotm that return Control | |
Control |
TransactionFactoryImpl.create(int timeout)
Create a new Control implementation on JTM. |
Control |
TransactionFactoryImpl.recreate(TransactionContext ctx)
Recreate locally a Control object for an existing transaction. |
Control |
TransactionFactory.create(int timeout)
|
Control |
TransactionFactory.recreate(TransactionContext ctx)
|
Control |
TransactionContext.getControl()
get the Control of the Transaction. |
Control |
InternalTransactionContext.getControl()
Get the control associated with the transaction |
| Methods in org.objectweb.jotm with parameters of type Control | |
void |
RemoteSynchro.before_completion(Control ctrl)
|
void |
RemoteSynchro.after_completion(Control ctrl,
int s)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||