The Meta-Environment API

toolbus.tool.execution
Interface IToolExecutorFactory

All Known Implementing Classes:
DefaultToolExecutorFactory

public interface IToolExecutorFactory

Interface all tool executor factories much implement.

Author:
Arnold Lankamp

Method Summary
 IToolExecutor getToolExecutor(ToolInstance toolInstance, ToolDefinition toolDefinition, ToolBus toolbus)
          Constructs a tool executor.
 

Method Detail

getToolExecutor

IToolExecutor getToolExecutor(ToolInstance toolInstance,
                              ToolDefinition toolDefinition,
                              ToolBus toolbus)
Constructs a tool executor.

Parameters:
toolInstance - The tool instance to which the tool is associated.
toolDefinition - The definition of the tool.
toolbus - The toolbus to which the tool should connect.
Returns:
The constructed tool executor.

The Meta-Environment API