src/share/classes/java/rmi/registry/package.html

Print this page
rev 10048 : 8044740: Convert all JDK versions used in @since tag to 1.n[.n] in jdk repo
Reviewed-by:


  35 object, it must first lookup the remote object using its name.  The
  36 registry returns to the calling object a reference to the remote
  37 object, using which a remote method can be invoked.
  38 
  39 <!--
  40 <h2>Package Specification</h2>
  41 
  42 ##### FILL IN ANY SPECS NEEDED BY JAVA COMPATIBILITY KIT #####
  43 <ul>
  44   <li><a href="">##### REFER TO ANY FRAMEMAKER SPECIFICATION HERE #####</a>
  45 </ul>
  46 
  47 <h2>Related Documentation</h2>
  48 
  49 For overviews, tutorials, examples, guides, and tool documentation, please see:
  50 <ul>
  51   <li><a href="">##### REFER TO NON-SPEC DOCUMENTATION HERE #####</a>
  52 </ul>
  53 -->
  54 
  55 @since JDK1.1
  56 </body>
  57 </html>


  35 object, it must first lookup the remote object using its name.  The
  36 registry returns to the calling object a reference to the remote
  37 object, using which a remote method can be invoked.
  38 
  39 <!--
  40 <h2>Package Specification</h2>
  41 
  42 ##### FILL IN ANY SPECS NEEDED BY JAVA COMPATIBILITY KIT #####
  43 <ul>
  44   <li><a href="">##### REFER TO ANY FRAMEMAKER SPECIFICATION HERE #####</a>
  45 </ul>
  46 
  47 <h2>Related Documentation</h2>
  48 
  49 For overviews, tutorials, examples, guides, and tool documentation, please see:
  50 <ul>
  51   <li><a href="">##### REFER TO NON-SPEC DOCUMENTATION HERE #####</a>
  52 </ul>
  53 -->
  54 
  55 @since 1.1
  56 </body>
  57 </html>