Home » openjdk-7 » com.sun » jdi » connect »

com.sun.jdi.connect

Sub Packages:

com.sun.jdi.connect.spi   This package comprises the interfaces and classes used to develop new com.sun.jdi.connect.spi.TransportService implementations.  

Interfaces:

AttachingConnector   A connector which attaches to a previously running target VM.  code | html
Connector   A method of connection between a debugger and a target VM.  code | html
Connector.Argument   Specification for and value of a Connector argument.  code | html
Connector.BooleanArgument   Specification for and value of a Connector argument, whose value is Boolean.  code | html
Connector.IntegerArgument   Specification for and value of a Connector argument, whose value is an integer.  code | html
Connector.SelectedArgument   Specification for and value of a Connector argument, whose value is a String selected from a list of choices.  code | html
Connector.StringArgument   Specification for and value of a Connector argument, whose value is a String.  code | html
LaunchingConnector   A connector which can launch a target VM before connecting to it.  code | html
ListeningConnector   A connector which listens for a connection initiated by a target VM.  code | html
Transport   A method of communication between a debugger and a target VM.  code | html

Classes:

IllegalConnectorArgumentsException   Thrown to indicate an invalid argument or inconsistent passed to a Connector code | html
TransportTimeoutException   This exception may be thrown as a result of a timeout when attaching to a target VM, or waiting to accept a connection from a target VM.  code | html
VMStartException   A target VM was successfully launched, but terminated with an error before a connection could be established.  code | html