Uses of Interface
com.sun.jdi.connect.Connector.Argument
Packages that use Connector.Argument
Package
Description
This package defines connections between the virtual machine
 using the JDI and the target virtual machine.
- 
Uses of Connector.Argument in com.sun.jdi.connect
Subinterfaces of Connector.Argument in com.sun.jdi.connectModifier and TypeInterfaceDescriptionstatic interfaceSpecification for and value of a Connector argument, whose value is Boolean.static interfaceSpecification for and value of a Connector argument, whose value is an integer.static interfaceSpecification for and value of a Connector argument, whose value is a String selected from a list of choices.static interfaceSpecification for and value of a Connector argument, whose value is a String.Methods in com.sun.jdi.connect that return types with arguments of type Connector.ArgumentModifier and TypeMethodDescriptionConnector.defaultArguments()Returns the arguments accepted by this Connector and their default values.Method parameters in com.sun.jdi.connect with type arguments of type Connector.ArgumentModifier and TypeMethodDescriptionListeningConnector.accept(Map<String,? extends Connector.Argument> arguments)Waits for a target VM to attach to this connector.AttachingConnector.attach(Map<String,? extends Connector.Argument> arguments)Attaches to a running application and returns a mirror of its VM.LaunchingConnector.launch(Map<String,? extends Connector.Argument> arguments)Launches an application and connects to its VM.ListeningConnector.startListening(Map<String,? extends Connector.Argument> arguments)Listens for one or more connections initiated by target VMs.voidListeningConnector.stopListening(Map<String,? extends Connector.Argument> arguments)Cancels listening for connections.