|
Java Debug Interface | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IllegalConnectorArgumentsException | |
---|---|
com.sun.jdi.connect | This package defines connections between the virtual machine using the JDI and the target virtual machine. |
Uses of IllegalConnectorArgumentsException in com.sun.jdi.connect |
---|
Methods in com.sun.jdi.connect that throw IllegalConnectorArgumentsException | |
---|---|
VirtualMachine |
ListeningConnector.accept(Map<String,? extends Connector.Argument> arguments)
Waits for a target VM to attach to this connector. |
VirtualMachine |
AttachingConnector.attach(Map<String,? extends Connector.Argument> arguments)
Attaches to a running application and and returns a mirror of its VM. |
VirtualMachine |
LaunchingConnector.launch(Map<String,? extends Connector.Argument> arguments)
Launches an application and connects to its VM. |
String |
ListeningConnector.startListening(Map<String,? extends Connector.Argument> arguments)
Listens for one or more connections initiated by target VMs. |
void |
ListeningConnector.stopListening(Map<String,? extends Connector.Argument> arguments)
Cancels listening for connections. |
|
Java Debug Interface | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1999, 2011, Oracle and/or its affiliates. All rights reserved.