jdk/src/share/classes/javax/management/remote/JMXConnector.java
changeset 21656 d4c777ccb1db
parent 5506 202f599c92aa
child 23010 6dadb192ad81
equal deleted inserted replaced
21655:55f32ae4f920 21656:d4c777ccb1db
    74      * <p>Establishes the connection to the connector server.</p>
    74      * <p>Establishes the connection to the connector server.</p>
    75      *
    75      *
    76      * <p>If <code>connect</code> has already been called successfully
    76      * <p>If <code>connect</code> has already been called successfully
    77      * on this object, calling it again has no effect.  If, however,
    77      * on this object, calling it again has no effect.  If, however,
    78      * {@link #close} was called after <code>connect</code>, the new
    78      * {@link #close} was called after <code>connect</code>, the new
    79      * <code>connect</code> will throw an <code>IOException</code>.<p>
    79      * <code>connect</code> will throw an <code>IOException</code>.
    80      *
    80      *
    81      * <p>Otherwise, either <code>connect</code> has never been called
    81      * <p>Otherwise, either <code>connect</code> has never been called
    82      * on this object, or it has been called but produced an
    82      * on this object, or it has been called but produced an
    83      * exception.  Then calling <code>connect</code> will attempt to
    83      * exception.  Then calling <code>connect</code> will attempt to
    84      * establish a connection to the connector server.</p>
    84      * establish a connection to the connector server.</p>