All Implemented Interfaces:
Connector
All Known Implementing Classes:
AbstractLauncher, SunCommandLineLauncher, RawCommandLineLauncher
Gordon
- Hirsch1.3
- Method from com.sun.jdi.connect.LaunchingConnector Summary: |
---|
launch |
Method from com.sun.jdi.connect.LaunchingConnector Detail: |
---|
arguments .
The argument map associates argument name strings to instances
of Connector.Argument . The default argument map for a
connector can be obtained through Connector#defaultArguments .
Argument map values can be changed, but map entries should not be
added or deleted.
A target VM launched by a launching connector is not guaranteed to be stable until after the com.sun.jdi.event.VMStartEvent has been received. Important note: If a target VM is launched through this funcctions, its output and error streams must be read as it executes. These streams are available through the Process object returned by com.sun.jdi.VirtualMachine#process . If the streams are not periodically read, the target VM will stop executing when the buffers for these streams are filled. |