jdk/src/share/classes/javax/management/remote/JMXConnectorServerFactory.java
changeset 24368 2b4801b94265
parent 23010 6dadb192ad81
equal deleted inserted replaced
24367:705490680527 24368:2b4801b94265
     1 /*
     1 /*
     2  * Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2003, 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
   123  * implementation will use its own provider for
   123  * implementation will use its own provider for
   124  * <code><em>protocol</em></code>, or it will throw a
   124  * <code><em>protocol</em></code>, or it will throw a
   125  * <code>MalformedURLException</code> if there is none.  An
   125  * <code>MalformedURLException</code> if there is none.  An
   126  * implementation may choose to find providers by other means.  For
   126  * implementation may choose to find providers by other means.  For
   127  * example, it may support the <a
   127  * example, it may support the <a
   128  * href="{@docRoot}/../technotes/guides/jar/jar.html#Service Provider">
   128  * href="{@docRoot}/../technotes/guides/jar/jar.html#Service%20Provider">
   129  * JAR conventions for service providers</a>, where the service
   129  * JAR conventions for service providers</a>, where the service
   130  * interface is <code>JMXConnectorServerProvider</code>.</p>
   130  * interface is <code>JMXConnectorServerProvider</code>.</p>
   131  *
   131  *
   132  * <p>Every implementation must support the RMI connector protocol with
   132  * <p>Every implementation must support the RMI connector protocol with
   133  * the default RMI transport, specified with string <code>rmi</code>.
   133  * the default RMI transport, specified with string <code>rmi</code>.