src/java.management.rmi/share/classes/javax/management/remote/rmi/RMIConnector.java
changeset 58766 54ffb15c4839
parent 47216 71c04702a3d5
equal deleted inserted replaced
58760:1f7f707c1aa9 58766:54ffb15c4839
     1 /*
     1 /*
     2  * Copyright (c) 2002, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2002, 2019, 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
  2243      * <var>rmiServer</var> and <var>jmxServiceURL</var> are null then
  2243      * <var>rmiServer</var> and <var>jmxServiceURL</var> are null then
  2244      * serialization will fail.
  2244      * serialization will fail.
  2245      *
  2245      *
  2246      * @see #RMIConnector(RMIServer,Map)
  2246      * @see #RMIConnector(RMIServer,Map)
  2247      **/
  2247      **/
       
  2248     @SuppressWarnings("serial") // Not statically typed as Serializable
  2248     private final RMIServer rmiServer;
  2249     private final RMIServer rmiServer;
  2249 
  2250 
  2250     /**
  2251     /**
  2251      * @serial The JMXServiceURL of the RMI JMX Connector server to
  2252      * @serial The JMXServiceURL of the RMI JMX Connector server to
  2252      * which this client connector will be connected. This field can
  2253      * which this client connector will be connected. This field can