Package | Description |
---|---|
org.eclipse.wst.jsdt.debug.core.jsdi | |
org.eclipse.wst.jsdt.debug.core.jsdi.connect |
Modifier and Type | Method and Description |
---|---|
VirtualMachine |
Mirror.virtualMachine()
Returns the handle to the
VirtualMachine that this mirror object was spawned from |
Modifier and Type | Method and Description |
---|---|
VirtualMachine |
ListeningConnector.accept(java.util.Map arguments)
Listens for a
VirtualMachine to connect to with the given map of arguments. |
VirtualMachine |
AttachingConnector.attach(java.util.Map arguments)
Attaches to a
VirtualMachine described by the
given map of arguments. |
VirtualMachine |
LaunchingConnector.launch(java.util.Map arguments)
Launches a
VirtualMachine with the given map of arguments. |
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.