The Meta-Environment API

toolbus.tool.execution
Interface IToolExecutor

All Known Implementing Classes:
DefaultToolExecutor

public interface IToolExecutor

Interface all tool executors must implement.

Author:
Arnold Lankamp

Method Summary
 void execute()
          Executes the tool that will be associated with the tool instance.
 

Method Detail

execute

void execute()
             throws ToolBusException
Executes the tool that will be associated with the tool instance.

Throws:
ToolBusException - Thrown when the tool could not be started.

The Meta-Environment API