| com.sun.tools.jdi.VirtualMachineManagerService |
Known Indirect Subclasses
|
VirtualMachineManager SPI
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Adds a connector to the list of known connectors.
| |||||||||||
Removes a connector from the list of known connectors.
| |||||||||||
Replaces the default connector.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.sun.jdi.VirtualMachineManager
| |||||||||||
Adds a connector to the list of known connectors.
| connector | the connector to be added |
|---|
Removes a connector from the list of known connectors.
| connector | the connector to be removed |
|---|
Replaces the default connector.
| connector | the new default connector |
|---|
LaunchingConnector| IllegalArgumentException | if the given
connector is not a member of the list returned by
launchingConnectors() |
|---|