src/java.management/share/classes/javax/management/remote/JMXConnectorServerFactory.java
changeset 52469 190b77982361
parent 47216 71c04702a3d5
equal deleted inserted replaced
52468:e0fd97beab7e 52469:190b77982361
     1 /*
     1 /*
     2  * Copyright (c) 2003, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2003, 2018, 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
   126  * implementation will use its own provider for
   126  * implementation will use its own provider for
   127  * <code><em>protocol</em></code>, or it will throw a
   127  * <code><em>protocol</em></code>, or it will throw a
   128  * <code>MalformedURLException</code> if there is none.  An
   128  * <code>MalformedURLException</code> if there is none.  An
   129  * implementation may choose to find providers by other means.  For
   129  * implementation may choose to find providers by other means.  For
   130  * example, it may support <a
   130  * example, it may support <a
   131  * href="{@docRoot}/java/util/ServiceLoader.html#developing-service-providers">service providers</a>,
   131  * href="{@docRoot}/java.base/java/util/ServiceLoader.html#developing-service-providers">service providers</a>,
   132  * where the service interface is <code>JMXConnectorServerProvider</code>.</p>
   132  * where the service interface is <code>JMXConnectorServerProvider</code>.</p>
   133  *
   133  *
   134  * <p>Every implementation must support the RMI connector protocol with
   134  * <p>Every implementation must support the RMI connector protocol with
   135  * the default RMI transport, specified with string <code>rmi</code>.
   135  * the default RMI transport, specified with string <code>rmi</code>.
   136  * </p>
   136  * </p>