src/java.rmi/share/classes/java/rmi/server/UnicastRemoteObject.java
changeset 50774 662f66f9c9e2
parent 47216 71c04702a3d5
child 58609 fbfc72ec8e6b
equal deleted inserted replaced
50773:4bf4c7918063 50774:662f66f9c9e2
   124  * a {@link java.lang.reflect.Proxy Proxy} with the following characteristics:
   124  * a {@link java.lang.reflect.Proxy Proxy} with the following characteristics:
   125  *
   125  *
   126  * <ul>
   126  * <ul>
   127  *
   127  *
   128  * <li>The proxy's class is defined according to the specifications for the
   128  * <li>The proxy's class is defined according to the specifications for the
   129  * <a href="{@docRoot}/java/lang/reflect/Proxy.html#membership">
   129  * <a href="{@docRoot}/java.base/java/lang/reflect/Proxy.html#membership">
   130  * {@code Proxy}
   130  * {@code Proxy}
   131  * </a>
   131  * </a>
   132  * class, using the class loader of the remote object's class.
   132  * class, using the class loader of the remote object's class.
   133  *
   133  *
   134  * <li>The proxy implements all the remote interfaces implemented by the
   134  * <li>The proxy implements all the remote interfaces implemented by the