java.lang.Object | ||
↳ | com.sun.tools.jdi.GenericAttachingConnector | |
↳ | com.sun.tools.jdi.SocketAttachingConnector |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Attach to a target VM using the specified arguments - the address
of the target VM is specified by the
address connector
argument. | |||||||||||
Returns a human-readable description of this connector
and its purpose.
| |||||||||||
Returns a short identifier for the connector.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Attach to a target VM using the specified arguments - the address
of the target VM is specified by the address
connector
argument.
arguments | the argument map to be used in launching the VM. |
---|
VirtualMachine
mirror of the target VM.Returns a human-readable description of this connector and its purpose.
Returns a short identifier for the connector. Connector implementors should follow similar naming conventions as are used with packages to avoid name collisions. For example, the Sun connector implementations have names prefixed with "com.sun.jdi.". Not intended for exposure to end-user.