The Meta-Environment API

toolbus.adapter.eclipse
Class EclipseToolBridge

java.lang.Object
  extended by toolbus.adapter.ToolBridge
      extended by toolbus.adapter.java.JavaToolBridge
          extended by toolbus.adapter.eclipse.EclipseToolBridge
All Implemented Interfaces:
java.lang.Runnable, toolbus.communication.IDataHandler, toolbus.IOperations

public class EclipseToolBridge
extends toolbus.adapter.java.JavaToolBridge


Nested Class Summary
 
Nested classes/interfaces inherited from class toolbus.adapter.java.JavaToolBridge
toolbus.adapter.java.JavaToolBridge.CallableMethodSignature
 
Field Summary
 
Fields inherited from interface toolbus.IOperations
ACKDO, ACKEVENT, CONNECT, DEBUGPERFORMANCESTATS, DISCONNECT, DO, END, EVAL, EVENT, PERFORMANCESTATS, REQUEST, RESPONSE, TERMINATE, UNDEFINED, VALUE
 
Constructor Summary
EclipseToolBridge(aterm.pure.PureFactory termFactory, toolbus.adapter.AbstractTool tool, java.lang.String toolName, int toolID, java.net.InetAddress host, int port)
           
 
Method Summary
 void exceptionOccured()
           
 
Methods inherited from class toolbus.adapter.java.JavaToolBridge
checkSignature, doDo, doEval, doGetPerformanceStats, doReceiveAckEvent, doTerminate, isImplementationOf
 
Methods inherited from class toolbus.adapter.ToolBridge
getFactory, getHost, getPort, getToolID, getToolName, getType, postEvent, postRequest, receive, run, send, setIOHandler, setToolID, shutDown, terminate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EclipseToolBridge

public EclipseToolBridge(aterm.pure.PureFactory termFactory,
                         toolbus.adapter.AbstractTool tool,
                         java.lang.String toolName,
                         int toolID,
                         java.net.InetAddress host,
                         int port)
Method Detail

exceptionOccured

public void exceptionOccured()
Specified by:
exceptionOccured in interface toolbus.communication.IDataHandler
Overrides:
exceptionOccured in class toolbus.adapter.ToolBridge
See Also:
IDataHandler.exceptionOccured()

The Meta-Environment API