Uses of Class
org.eclipse.emf.mwe.internal.core.debug.communication.Connection
Packages that use Connection
Package
Description
Socket communication implementation for the debugger
Implementation of the debug processing
Debug process handlers
-
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 ConnectionModifier and TypeMethodDescriptionstatic PackageReceiver
PackageReceiver.newPackageReceiver
(Connection connection) create a new instance and starts the runnable in a new threadstatic 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 ConnectionModifier and TypeMethodDescriptionvoid
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 ConnectionMethods in org.eclipse.emf.mwe.internal.core.debug.processing.handlers with parameters of type ConnectionModifier and TypeMethodDescriptionvoid
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 ConnectionModifier and TypeMethodDescriptionstatic 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 ConnectionModifier and TypeMethodDescriptionstatic 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 ConnectionModifier and TypeMethodDescriptionvoid
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 ConnectionModifier and TypeMethodDescriptionstatic ConnectRunnable
ConnectRunnable.startListeningThread
(Connection connector) Constructors in org.eclipse.emf.mwe.internal.ui.eclipse.launch with parameters of type Connection -
Uses of Connection in org.eclipse.emf.mwe.ui.debug.processing
Methods in org.eclipse.emf.mwe.ui.debug.processing with parameters of type ConnectionModifier and TypeMethodDescriptionvoid
PluginExtensionManager.init
(DebugModelManager dmm, Connection connection)