The Meta-Environment API

Uses of Interface
toolbus.tool.execution.IToolExecutorFactory

Packages that use IToolExecutorFactory
toolbus This package implements the ToolBus coordination architecture. 
toolbus.tool.execution   
 

Uses of IToolExecutorFactory in toolbus
 

Fields in toolbus declared as IToolExecutorFactory
private  IToolExecutorFactory ToolBus.toolExecutorFactory
           
 

Methods in toolbus that return IToolExecutorFactory
 IToolExecutorFactory ToolBus.getToolExecutorFactory()
           
 

Methods in toolbus with parameters of type IToolExecutorFactory
 void ToolBus.setToolExecutorFactory(IToolExecutorFactory toolExecutorFactory)
           
 

Uses of IToolExecutorFactory in toolbus.tool.execution
 

Classes in toolbus.tool.execution that implement IToolExecutorFactory
 class DefaultToolExecutorFactory
          This is the default tool executor factory.
 


The Meta-Environment API