Uses of Interface
org.ow2.util.execution.IExecution

Packages that use IExecution
org.ow2.util.execution   
org.ow2.util.execution.helper   
 

Uses of IExecution in org.ow2.util.execution
 

Methods in org.ow2.util.execution with parameters of type IExecution
 ExecutionResult<T> IRunner.execute(java.lang.ClassLoader loader, IExecution<T> exec)
          Run a code block in the context of a given ClassLoader.
 

Uses of IExecution in org.ow2.util.execution.helper
 

Methods in org.ow2.util.execution.helper with parameters of type IExecution
 ExecutionResult<T> RunnableHelper.execute(java.lang.ClassLoader loader, IExecution<T> exec)
          Run a code block in the context of a given ClassLoader.
 



Copyright © 2007-2009 OW2 Consortium. All Rights Reserved.