public class

SocketAttachingConnector

extends GenericAttachingConnector
java.lang.Object
   ↳ com.sun.tools.jdi.GenericAttachingConnector
     ↳ com.sun.tools.jdi.SocketAttachingConnector

Summary

Public Constructors
SocketAttachingConnector()
Public Methods
VirtualMachine attach(Map<String, ? extends Connector.Argument> arguments)
Attach to a target VM using the specified arguments - the address of the target VM is specified by the address connector argument.
String description()
Returns a human-readable description of this connector and its purpose.
String name()
Returns a short identifier for the connector.
[Expand]
Inherited Methods
From class com.sun.tools.jdi.GenericAttachingConnector
From class java.lang.Object
From interface com.sun.jdi.connect.AttachingConnector
From interface com.sun.jdi.connect.Connector

Public Constructors

public SocketAttachingConnector ()

Public Methods

public VirtualMachine attach (Map<String, ? extends Connector.Argument> arguments)

Attach to a target VM using the specified arguments - the address of the target VM is specified by the address connector argument.

Parameters
arguments the argument map to be used in launching the VM.
Returns

public String description ()

Returns a human-readable description of this connector and its purpose.

Returns
  • the description of this connector

public String name ()

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.

Returns
  • the name of this connector.