Uses of Class
org.eclipse.emf.transaction.impl.PrivilegedRunnable

Packages that use PrivilegedRunnable
org.eclipse.emf.transaction.impl Implementation of the transactional editing domain API. 
 

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

Methods in org.eclipse.emf.transaction.impl with parameters of type PrivilegedRunnable
 void TransactionImpl.endPrivileged(PrivilegedRunnable<?> runnable)
           
 void TransactionalEditingDomainImpl.endPrivileged(PrivilegedRunnable<?> runnable)
           
 void InternalTransaction.endPrivileged(PrivilegedRunnable<?> runnable)
          Returns me to my previous owner, upon completion of the specified privileged runnable.
 void InternalTransactionalEditingDomain.endPrivileged(PrivilegedRunnable<?> runnable)
          Returns me to my previous owner, upon completion of the specified privileged runnable.
 void TransactionImpl.startPrivileged(PrivilegedRunnable<?> runnable)
           
 void TransactionalEditingDomainImpl.startPrivileged(PrivilegedRunnable<?> runnable)
           
 void InternalTransaction.startPrivileged(PrivilegedRunnable<?> runnable)
          Transfers ownership of this transaction to the specified privileged runnable.
 void InternalTransactionalEditingDomain.startPrivileged(PrivilegedRunnable<?> runnable)
          Transfers ownership of this editing domain to the specified privileged runnable.
 


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