Uses of Class
jaitools.jiffle.runtime.JiffleExecutorResult

Packages that use JiffleExecutorResult
jaitools.jiffle.runtime Jiffle runtime classes. 
 

Uses of JiffleExecutorResult in jaitools.jiffle.runtime
 

Fields in jaitools.jiffle.runtime declared as JiffleExecutorResult
protected  JiffleExecutorResult JiffleEvent.result
          Holds results and other objects passed by the JiffleExecutor.
 

Methods in jaitools.jiffle.runtime that return JiffleExecutorResult
 JiffleExecutorResult JiffleExecutorTask.call()
          Called by the system to execute this task on a thread provided by the JiffleExecutor.
 JiffleExecutorResult JiffleEvent.getResult()
          Gets the task result.
 

Constructors in jaitools.jiffle.runtime with parameters of type JiffleExecutorResult
JiffleEvent(JiffleExecutorResult result)
          Creates a new event.
 



Copyright © 2009-2011. All Rights Reserved.