The Meta-Environment API

Uses of Package
toolbus.adapter

Packages that use toolbus.adapter
toolbus This package implements the ToolBus coordination architecture. 
toolbus.adapter   
toolbus.adapter.java   
 

Classes in toolbus.adapter used by toolbus
ToolBridge
          This class supplies an interface for the tool towards the ToolBus and handles the invokation of methods on the tool.
 

Classes in toolbus.adapter used by toolbus.adapter
ToolBridge
          This class supplies an interface for the tool towards the ToolBus and handles the invokation of methods on the tool.
ToolBridge.Job
          A job.
ToolBridge.JobQueue
          This job queue holds all the jobs that are send from a single source.
ToolBridge.ThreadLocalJobQueue
          This job queue holds all the jobs that are posted by a certain thread.
ToolBridge.WorkerQueue
          The queue that is meant to take care of the asynchroneous execution and queueing of anything that invokes stuff on a tool.
ToolBridge.WorkerQueue.Worker
          The worker thread of this queue.
 

Classes in toolbus.adapter used by toolbus.adapter.java
AbstractTool
          This class facilitates the functions a tool needs to be able to functions.
ToolBridge
          This class supplies an interface for the tool towards the ToolBus and handles the invokation of methods on the tool.
 


The Meta-Environment API