com.sun.tools.jdi.VirtualMachineManagerService |
![]() |
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
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() |
---|