< prev index next >

src/java.management/share/classes/javax/management/remote/JMXConnectorServerFactory.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2003, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 2003, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 126,136 **** * implementation will use its own provider for * <code><em>protocol</em></code>, or it will throw a * <code>MalformedURLException</code> if there is none. An * implementation may choose to find providers by other means. For * example, it may support <a ! * href="{@docRoot}/java/util/ServiceLoader.html#developing-service-providers">service providers</a>, * where the service interface is <code>JMXConnectorServerProvider</code>.</p> * * <p>Every implementation must support the RMI connector protocol with * the default RMI transport, specified with string <code>rmi</code>. * </p> --- 126,136 ---- * implementation will use its own provider for * <code><em>protocol</em></code>, or it will throw a * <code>MalformedURLException</code> if there is none. An * implementation may choose to find providers by other means. For * example, it may support <a ! * href="{@docRoot}/java.base/java/util/ServiceLoader.html#developing-service-providers">service providers</a>, * where the service interface is <code>JMXConnectorServerProvider</code>.</p> * * <p>Every implementation must support the RMI connector protocol with * the default RMI transport, specified with string <code>rmi</code>. * </p>
< prev index next >