Uses of Interface
com.sun.jdi.connect.Connector
- 
Packages that use Connector Package Description com.sun.jdi 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.com.sun.jdi.connect This package defines connections between the virtual machine using the JDI and the target virtual machine.
- 
- 
Uses of Connector in com.sun.jdiMethods in com.sun.jdi that return types with arguments of type Connector Modifier and Type Method Description List<Connector>VirtualMachineManager. allConnectors()Returns the list of all knownConnectorobjects.
- 
Uses of Connector in com.sun.jdi.connectSubinterfaces of Connector in com.sun.jdi.connect Modifier and Type Interface Description interfaceAttachingConnectorA connector which attaches to a previously running target VM.interfaceLaunchingConnectorA connector which can launch a target VM before connecting to it.interfaceListeningConnectorA connector which listens for a connection initiated by a target VM.
 
-