Module jdk.jdi

Package com.sun.jdi.connect


package com.sun.jdi.connect
This package defines connections between the virtual machine using the JDI and the target virtual machine. In concert with VirtualMachineManager it is the mechanism for launching, attaching, etc to target virtual machines.

Methods may be added to the interfaces in the JDI packages in future releases. Existing packages may be renamed if the JDI becomes a standard extension.

  • Class
    Description
    A connector which attaches to a previously running target VM.
    A method of connection between a debugger and a target VM.
    Specification for and value of a Connector argument.
    Specification for and value of a Connector argument, whose value is Boolean.
    Specification for and value of a Connector argument, whose value is an integer.
    Specification for and value of a Connector argument, whose value is a String selected from a list of choices.
    Specification for and value of a Connector argument, whose value is a String.
    Thrown to indicate an invalid argument or inconsistent passed to a Connector.
    A connector which can launch a target VM before connecting to it.
    A connector which listens for a connection initiated by a target VM.
    A method of communication between a debugger and a target VM.
    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.
    A target VM was successfully launched, but terminated with an error before a connection could be established.