jdk/src/jdk.jdi/share/classes/com/sun/tools/jdi/VirtualMachineManagerService.java
changeset 31061 fead7d86d75f
parent 25859 3317bb8137f4
child 45714 1820d351198d
equal deleted inserted replaced
31060:be4eb6360ee0 31061:fead7d86d75f
    35  */
    35  */
    36 public interface VirtualMachineManagerService extends VirtualMachineManager {
    36 public interface VirtualMachineManagerService extends VirtualMachineManager {
    37     /**
    37     /**
    38      * Replaces the default connector.
    38      * Replaces the default connector.
    39      *
    39      *
    40      * @return the default {@link LaunchingConnector}
       
    41      * @throws java.lang.IllegalArgumentException if the given
    40      * @throws java.lang.IllegalArgumentException if the given
    42      * connector is not a member of the list returned by
    41      * connector is not a member of the list returned by
    43      * {@link #launchingConnectors}
    42      * {@link #launchingConnectors}
    44      *
    43      *
    45      * @param connector the new default connector
    44      * @param connector the new default connector