Uses of Interface
com.sun.jdi.connect.Connector
Packages that use Connector
包
描述
This is the core package of the Java Debug
Interface (JDI), it defines mirrors for values, types, and the target
VirtualMachine itself - as well bootstrapping facilities.
This package defines connections between the virtual machine
using the JDI and the target virtual machine.
-
Uses of Connector in com.sun.jdi
Methods in com.sun.jdi that return types with arguments of type Connector -
Uses of Connector in com.sun.jdi.connect
Subinterfaces of Connector in com.sun.jdi.connect修饰符和类Interface描述interface
A connector which attaches to a previously running target VM.interface
A connector which can launch a target VM before connecting to it.interface
A connector which listens for a connection initiated by a target VM.