Uses of Interface
com.googlecode.lightest.core.ITask

Packages that use ITask
com.googlecode.lightest.core   
 

Uses of ITask in com.googlecode.lightest.core
 

Subinterfaces of ITask in com.googlecode.lightest.core
 interface IBreakpointTask
          Represents a task that can have a breakpoint set on it, in order to pause its execution.
 

Classes in com.googlecode.lightest.core that implement ITask
 class LightestTask
          A convenient base class for implementations of ITask.
 

Methods in com.googlecode.lightest.core that return ITask
 ITask ITaskResult.getTask()
          Returns the task whose performance returned this result.
 ITask TaskResult.getTask()
          Returns the task whose performance returned this result.
 ITask IDomainSpecificApi.getTask(String name)
          Returns a task, if the task is defined in this API.
 ITask SimpleApi.getTask(String name)
           
 

Methods in com.googlecode.lightest.core with parameters of type ITask
 ITaskResult ITaskDispatchStrategy.dispatch(ITask task)
          At the very least, calls the perform() method on the task.
 ITaskResult SimpleTaskDispatchStrategy.dispatch(ITask task)
           
 ITaskResult InteractiveTaskDispatchStrategy.dispatch(ITask task)
          Dispatches the task.
 

Constructors in com.googlecode.lightest.core with parameters of type ITask
TaskResult(ITask task)
          Constructs a default task result.
TaskResult(ITask task, ITaskResult parent)
           
 



Copyright © 2009. All Rights Reserved.