org.eclipse.emf.mwe.internal.core.debug.processing
Class RuntimeHandlerManager

java.lang.Object
  extended by org.eclipse.emf.mwe.internal.core.debug.processing.RuntimeHandlerManager
All Implemented Interfaces:
java.lang.Runnable

public class RuntimeHandlerManager
extends java.lang.Object
implements java.lang.Runnable

This manager class listens for requests from the debug server to instantiate handlers or adapters.
It initiates the handlers and registers adapters at the DebugMonitor instance.


Constructor Summary
RuntimeHandlerManager(DebugMonitor monitor)
           
 
Method Summary
 void run()
           
 void setConnection(Connection connection)
           
 void startListener()
          start listener thread.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuntimeHandlerManager

public RuntimeHandlerManager(DebugMonitor monitor)
Method Detail

setConnection

public void setConnection(Connection connection)

startListener

public void startListener()
start listener thread.


run

public void run()
Specified by:
run in interface java.lang.Runnable