jdk/src/java.management.rmi/share/classes/javax/management/remote/rmi/package.html
equal
deleted
inserted
replaced
1 <html> |
1 <html> |
2 <head> |
2 <head> |
3 <title>RMI connector</title> |
3 <title>RMI connector</title> |
4 <!-- |
4 <!-- |
5 Copyright (c) 2002, 2015, Oracle and/or its affiliates. All rights reserved. |
5 Copyright (c) 2002, 2017, Oracle and/or its affiliates. All rights reserved. |
6 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
6 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
7 |
7 |
8 This code is free software; you can redistribute it and/or modify it |
8 This code is free software; you can redistribute it and/or modify it |
9 under the terms of the GNU General Public License version 2 only, as |
9 under the terms of the GNU General Public License version 2 only, as |
10 published by the Free Software Foundation. Oracle designates this |
10 published by the Free Software Foundation. Oracle designates this |
314 <h3>Dynamic code downloading</h3> |
314 <h3>Dynamic code downloading</h3> |
315 |
315 |
316 <p>If an RMI connector client or server receives from its peer an |
316 <p>If an RMI connector client or server receives from its peer an |
317 instance of a class that it does not know, and if dynamic code |
317 instance of a class that it does not know, and if dynamic code |
318 downloading is active for the RMI connection, then the class can |
318 downloading is active for the RMI connection, then the class can |
319 be downloaded from a codebase specified by the peer. The |
319 be downloaded from a codebase specified by the peer. |
320 article <a |
320 {@extLink rmi_guide Java RMI Guide} explains this in more detail.</p> |
321 href="{@docRoot}/../technotes/guides/rmi/codebase.html"><em>Dynamic |
|
322 code downloading using Java RMI</em></a> explains this in more |
|
323 detail.</p> |
|
324 |
|
325 |
|
326 @see <a href="{@docRoot}/../technotes/guides/rmi/index.html"> |
|
327 Java™ Remote Method |
|
328 Invocation (RMI)</a> |
|
329 |
|
330 @see <a href="{@docRoot}/../technotes/guides/jndi/index.html"> |
|
331 Java Naming and Directory Interface™ (JNDI)</a> |
|
332 |
321 |
333 @see <a href="http://www.ietf.org/rfc/rfc2045.txt">RFC 2045, |
322 @see <a href="http://www.ietf.org/rfc/rfc2045.txt">RFC 2045, |
334 section 6.8, "Base64 Content-Transfer-Encoding"</a> |
323 section 6.8, "Base64 Content-Transfer-Encoding"</a> |
335 |
324 |
336 |
325 |