jdk/src/share/classes/javax/management/remote/JMXConnectorFactory.java
changeset 24368 2b4801b94265
parent 23010 6dadb192ad81
equal deleted inserted replaced
24367:705490680527 24368:2b4801b94265
     1 /*
     1 /*
     2  * Copyright (c) 2002, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2002, 2014, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
   132  * implementation will use its own provider for
   132  * implementation will use its own provider for
   133  * <code><em>protocol</em></code>, or it will throw a
   133  * <code><em>protocol</em></code>, or it will throw a
   134  * <code>MalformedURLException</code> if there is none.  An
   134  * <code>MalformedURLException</code> if there is none.  An
   135  * implementation may choose to find providers by other means.  For
   135  * implementation may choose to find providers by other means.  For
   136  * example, it may support the <a
   136  * example, it may support the <a
   137  * href="{@docRoot}/../technotes/guides/jar/jar.html#Service Provider">
   137  * href="{@docRoot}/../technotes/guides/jar/jar.html#Service%20Provider">
   138  * JAR conventions for service providers</a>, where the service
   138  * JAR conventions for service providers</a>, where the service
   139  * interface is <code>JMXConnectorProvider</code>.</p>
   139  * interface is <code>JMXConnectorProvider</code>.</p>
   140  *
   140  *
   141  * <p>Every implementation must support the RMI connector protocol with
   141  * <p>Every implementation must support the RMI connector protocol with
   142  * the default RMI transport, specified with string <code>rmi</code>.
   142  * the default RMI transport, specified with string <code>rmi</code>.