The Meta-Environment API

Uses of Package
toolbus.communication

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

Classes in toolbus.communication used by toolbus
AbstractConnectionHandler
          Interface that defines all methods that are required for connection handlers.
SocketReadMultiplexer
          This class handles the multiplexing of socket channels that we are registered for read operations.
SocketWriteMultiplexer
          This class handles the multiplexing of socket channels that we are registered for write operations.
 

Classes in toolbus.communication used by toolbus.adapter
AbstractConnectionHandler
          Interface that defines all methods that are required for connection handlers.
IDataHandler
          DataHandlers proces the data and supply the data for ioHandlers.
IIOHandler
          IOHandlers facilitate the transfer of terms from and to the ToolBus and tools.
IReadMultiplexer
          Implement this interface if you're a multiplexer that is able to select on read events.
IWriteMultiplexer
          Implement this interface if you're a multiplexer that is able to select on write events.
SocketReadWriteMultiplexer
          This class handles the multiplexing of socket channels that we are registered for either read or write operations.
 

Classes in toolbus.communication used by toolbus.adapter.java
IDataHandler
          DataHandlers proces the data and supply the data for ioHandlers.
 

Classes in toolbus.communication used by toolbus.communication
AbstractConnectionHandler
          Interface that defines all methods that are required for connection handlers.
DirectIOHandler
          This class enables direct communication (through java method calls) between a client and a server, under the condition that they are running the the same VM.
IDataHandler
          DataHandlers proces the data and supply the data for ioHandlers.
IIOHandler
          IOHandlers facilitate the transfer of terms from and to the ToolBus and tools.
IReadMultiplexer
          Implement this interface if you're a multiplexer that is able to select on read events.
IWriteMultiplexer
          Implement this interface if you're a multiplexer that is able to select on write events.
SocketIOHandler
          This class handles all communication with remote applications through sockets.
SocketIOHandler.OperationTermPair
          A structure that links a term with an operation.
 

Classes in toolbus.communication used by toolbus.tool
IDataHandler
          DataHandlers proces the data and supply the data for ioHandlers.
IIOHandler
          IOHandlers facilitate the transfer of terms from and to the ToolBus and tools.
 


The Meta-Environment API