com.bareflow
Interface IRuntime

All Known Implementing Classes:
Runtime

public interface IRuntime

Interface to run task in the given context.

See Also:
ITask, IRuntimeContext, IRuntimeFactory

Method Summary
 void run(ITask task, IRuntimeContext ctx)
          Runs the task in the runtime context
 

Method Detail

run

void run(ITask task,
         IRuntimeContext ctx)
         throws BareflowException
Runs the task in the runtime context

Parameters:
task - task to run
ctx - runtime context
Throws:
BareflowException