Uses of Class
org.eclipse.emf.mwe.internal.core.debug.communication.Connection

Packages that use Connection
org.eclipse.emf.mwe.internal.core.debug.communication Socket communication implementation for the debugger 
org.eclipse.emf.mwe.internal.core.debug.processing Implementation of the debug processing 
org.eclipse.emf.mwe.internal.core.debug.processing.handlers Debug process handlers 
org.eclipse.emf.mwe.internal.ui.debug.model   
org.eclipse.emf.mwe.internal.ui.debug.processing   
org.eclipse.emf.mwe.internal.ui.debug.processing.handlers   
org.eclipse.emf.mwe.internal.ui.eclipse.launch   
org.eclipse.emf.mwe.ui.debug.processing   
 

Uses of Connection in org.eclipse.emf.mwe.internal.core.debug.communication
 

Methods in org.eclipse.emf.mwe.internal.core.debug.communication with parameters of type Connection
static PackageReceiver PackageReceiver.newPackageReceiver(Connection connection)
          create a new instance and starts the runnable in a new thread
static PackageSender PackageSender.newPackageSender(Connection connection)
          create a new instance and starts the runnable in a new thread
 

Uses of Connection in org.eclipse.emf.mwe.internal.core.debug.processing
 

Methods in org.eclipse.emf.mwe.internal.core.debug.processing with parameters of type Connection
 void RuntimeHandler.init(DebugMonitor monitor, Connection connection)
          initiate the instantiated handler.
 void RuntimeHandlerManager.setConnection(Connection connection)
           
 

Uses of Connection in org.eclipse.emf.mwe.internal.core.debug.processing.handlers
 

Fields in org.eclipse.emf.mwe.internal.core.debug.processing.handlers declared as Connection
protected  Connection BreakpointRuntimeHandler.connection
           
 

Methods in org.eclipse.emf.mwe.internal.core.debug.processing.handlers with parameters of type Connection
 void BreakpointRuntimeHandler.init(DebugMonitor monitor, Connection connection)
           
 void CommandRuntimeHandler.init(DebugMonitor monitor, Connection connection)
           
 void EventRuntimeHandler.init(DebugMonitor monitor, Connection connection)
           
 void VariablesRuntimeHandler.init(DebugMonitor monitor, Connection connection)
           
 

Uses of Connection in org.eclipse.emf.mwe.internal.ui.debug.model
 

Methods in org.eclipse.emf.mwe.internal.ui.debug.model with parameters of type Connection
static DebugTarget DebugTarget.newDebugTarget(org.eclipse.debug.core.ILaunch launch, org.eclipse.debug.core.model.IProcess process, Connection conn)
           
 

Uses of Connection in org.eclipse.emf.mwe.internal.ui.debug.processing
 

Methods in org.eclipse.emf.mwe.internal.ui.debug.processing with parameters of type Connection
static DebugModelManager DebugModelManager.newDebugModelManager(DebugTarget target, Connection connection)
           
 void PluginHandler.setConnection(Connection connection)
           
 

Uses of Connection in org.eclipse.emf.mwe.internal.ui.debug.processing.handlers
 

Methods in org.eclipse.emf.mwe.internal.ui.debug.processing.handlers with parameters of type Connection
 void BreakpointPluginHandler.setConnection(Connection connection)
           
 void CommandPluginHandler.setConnection(Connection connection)
           
 void EventPluginHandler.setConnection(Connection connection)
           
 void VariablesPluginHandler.setConnection(Connection connection)
           
 

Uses of Connection in org.eclipse.emf.mwe.internal.ui.eclipse.launch
 

Methods in org.eclipse.emf.mwe.internal.ui.eclipse.launch with parameters of type Connection
static ConnectRunnable ConnectRunnable.startListeningThread(Connection connector)
           
 

Constructors in org.eclipse.emf.mwe.internal.ui.eclipse.launch with parameters of type Connection
ConnectRunnable(Connection connector)
           
 

Uses of Connection in org.eclipse.emf.mwe.ui.debug.processing
 

Methods in org.eclipse.emf.mwe.ui.debug.processing with parameters of type Connection
 void PluginExtensionManager.init(DebugModelManager dmm, Connection connection)