jdk/src/jdk.jdi/share/classes/com/sun/jdi/connect/AttachingConnector.java
changeset 28059 e576535359cc
parent 25859 3317bb8137f4
child 34894 3248b89d1921
equal deleted inserted replaced
28058:87940c838900 28059:e576535359cc
    36  * @since  1.3
    36  * @since  1.3
    37  */
    37  */
    38 @jdk.Exported
    38 @jdk.Exported
    39 public interface AttachingConnector extends Connector {
    39 public interface AttachingConnector extends Connector {
    40     /**
    40     /**
    41      * Attaches to a running application and and returns a
    41      * Attaches to a running application and returns a
    42      * mirror of its VM.
    42      * mirror of its VM.
    43      * <p>
    43      * <p>
    44      * The connector uses the given argument map in
    44      * The connector uses the given argument map in
    45      * attaching the application. These arguments will include addressing
    45      * attaching the application. These arguments will include addressing
    46      * information that identifies the VM.
    46      * information that identifies the VM.