Uses of Interface
org.eclipse.emf.transaction.RunnableWithResult

Packages that use RunnableWithResult
org.eclipse.emf.transaction Definition of the API for a transactional editing domain. 
org.eclipse.emf.transaction.impl Implementation of the transactional editing domain API. 
org.eclipse.emf.transaction.ui.provider Extensions of the UI provider classes to conform to the transactional editing domain protocol. 
 

Uses of RunnableWithResult in org.eclipse.emf.transaction
 

Classes in org.eclipse.emf.transaction that implement RunnableWithResult
static class RunnableWithResult.Impl
          A convenient partial implementation of the RunnableWithResult interface that implements a settable result field and commit status.
 

Methods in org.eclipse.emf.transaction that return RunnableWithResult
 RunnableWithResult TransactionalEditingDomain.createPrivilegedRunnable(Runnable runnable)
          Wraps the specified runnable to give it access to the currently active transaction.
 

Uses of RunnableWithResult in org.eclipse.emf.transaction.impl
 

Classes in org.eclipse.emf.transaction.impl that implement RunnableWithResult
 class PrivilegedRunnable
          Implementation of the privileged runnable, which allows a thread to lend its transaction to another cooperating thread for synchronous execution.
 

Methods in org.eclipse.emf.transaction.impl that return RunnableWithResult
 RunnableWithResult TransactionalEditingDomainImpl.createPrivilegedRunnable(Runnable runnable)
           
 

Uses of RunnableWithResult in org.eclipse.emf.transaction.ui.provider
 

Methods in org.eclipse.emf.transaction.ui.provider with parameters of type RunnableWithResult
protected  Object TransactionalPropertySource.run(RunnableWithResult run)
          Runs the specified runnable in the editing domain, with interrupt handling.
protected  Object TransactionalAdapterFactoryLabelProvider.run(RunnableWithResult run)
          Runs the specified runnable in the editing domain, with interrupt handling.
protected  Object TransactionalAdapterFactoryContentProvider.run(RunnableWithResult run)
          Runs the specified runnable in the editing domain, with interrupt handling.
 


Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.