@Exported
public interface Connector
Transport. used
 to establish the connection. Each connector has a set of arguments
 which controls its operation. The arguments are stored as a
 map, keyed by a string. Each implementation defines the string
 argument keys it accepts.LaunchingConnector, 
AttachingConnector, 
ListeningConnector, 
Connector.Argument| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | Connector.ArgumentSpecification for and value of a Connector argument. | 
| static interface  | Connector.BooleanArgumentSpecification for and value of a Connector argument,
 whose value is Boolean. | 
| static interface  | Connector.IntegerArgumentSpecification for and value of a Connector argument,
 whose value is an integer. | 
| static interface  | Connector.SelectedArgumentSpecification for and value of a Connector argument,
 whose value is a String selected from a list of choices. | 
| static interface  | Connector.StringArgumentSpecification for and value of a Connector argument,
 whose value is a String. | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,Connector.Argument> | defaultArguments()Returns the arguments accepted by this Connector and their
 default values. | 
| String | description()Returns a human-readable description of this connector
 and its purpose. | 
| String | name()Returns a short identifier for the connector. | 
| Transport | transport()Returns the transport mechanism used by this connector to establish
 connections with a target VM. | 
String name()
String description()
Transport transport()
Transport used by this connector.Map<String,Connector.Argument> defaultArguments()
Connector.Argument containing
 information about the argument and its default value.
 Copyright © 1999, 2017, Oracle and/or its affiliates.  All rights reserved.