Rule Execution Server API

ilog.rules.engine
Interface IlrTaskRunner

All Known Subinterfaces:
IlrRuleTaskRunner

Deprecated. As of ODM 8.0.1, this interface is deprecated with no replacement.

public interface IlrTaskRunner

This is the base interface of a task runner.


Method Summary
 IlrContext getContext()
          Deprecated. Gets the context the runner is bound to.
 IlrTask getTask()
          Deprecated. Gets the task to run.
 void reset()
          Deprecated. Resets the task runner.
 void runFinalActions()
          Deprecated. Runs the final actions.
 void runInitialActions()
          Deprecated. Runs the initial actions.
 

Method Detail

getContext

IlrContext getContext()
Deprecated. 

Gets the context the runner is bound to.

Returns:
the context.

getTask

IlrTask getTask()
Deprecated. 

Gets the task to run.

Returns:
the task.

reset

void reset()
Deprecated. 

Resets the task runner.


runInitialActions

void runInitialActions()
Deprecated. 

Runs the initial actions.


runFinalActions

void runFinalActions()
Deprecated. 

Runs the final actions.


Rule Execution Server API

© Copyright IBM Corp. 1987, 2013