TransactionalEditingDomain.createPrivilegedRunnable(
Runnable runnable)
Wraps the specified runnable to give it access to the currently
active transaction.
PrivilegedRunnable<T>
Implementation of the privileged runnable, which allows a thread to lend
its transaction to another cooperating thread for synchronous execution.
TransactionalPropertySource.run(
RunnableWithResult<? extends T> run)
Runs the specified runnable in the editing domain, with interrupt
handling.
protected
<T> T
TransactionalAdapterFactoryLabelProvider.run(
RunnableWithResult<? extends T> run)
Runs the specified runnable in the editing domain, with interrupt
handling.
protected
<T> T
TransactionalAdapterFactoryContentProvider.run(
RunnableWithResult<? extends T> run)
Runs the specified runnable in the editing domain, with interrupt
handling.