< prev index next >

src/linux/doc/man/ja/rmiregistry.1

Print this page
rev 1493 : 7182226: NLS: jdk7u6 message drop20 integration
Reviewed-by: yhuang


   4 .\" DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   5 .\"
   6 .\" This code is free software; you can redistribute it and/or modify it
   7 .\" under the terms of the GNU General Public License version 2 only, as
   8 .\" published by the Free Software Foundation.
   9 .\"
  10 .\" This code is distributed in the hope that it will be useful, but WITHOUT
  11 .\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  12 .\" FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  13 .\" version 2 for more details (a copy is included in the LICENSE file that
  14 .\" accompanied this code).
  15 .\"
  16 .\" You should have received a copy of the GNU General Public License version
  17 .\" 2 along with this work; if not, write to the Free Software Foundation,
  18 .\" Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  19 .\"
  20 .\" Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  21 .\" or visit www.oracle.com if you need additional information or have any
  22 .\" questions.
  23 .\"
  24 .\" 
  25 .TH rmiregistry 1 "2004 年 6 月 22 日"
  26 .SH "名前"
  27 rmiregistry \- Java リモートオブジェクトレジストリ
  28 .\" 
  29 .\"  This document was created by saving an HTML file as text
  30 .\"  from the JavaSoft web site:
  31 .\" 
  32 .\" http://java.sun.com/j2se/1.5/docs/tooldocs/tools.html
  33 .\" 
  34 .\"  and adding appropriate troff macros.  Because the JavaSoft web site 
  35 .\"  man pages can change without notice, it may be helpful to diff
  36 .\"  files to identify changes other than new functionality. 
  37 .\" 
  38 .SH "形式"
  39 .B rmiregistry 
  40 [
  41 .I port
  42 ]
  43 .SH "機能説明"
  44 .IX "Java remote object registry" "" "Java remote object registry \(em \fLrmiregistry\fP"
  45 .IX "rmiregistry" "" "\fLrmiregistry\fP \(em Java remote object registry"


  84 (以前のバインドを上書き)、
  85 バインドの取り消し、およびレジストリ中でバインドされている
  86 URL
  87 の一覧表示が可能です。
  88 .SH "オプション"
  89 以下のオプションが使用できます。
  90 .TP 15
  91 .BI \-J option
  92 java オプションと組み合わせて使います
  93 (
  94 .B \-J
  95 と java オプションの間にスペースは必要ありません)。 
  96 .B \-J
  97 の後ろに続くオプションを java インタプリタに渡します。
  98 .SH "関連項目"
  99 次については、
 100 .BR java.sun.com 
 101 を参照または検索してください。
 102 .TP 5
 103 .B java.rmi.Naming @
 104 http://java.sun.com/j2se/1.5/docs/api/java/rmi/Naming.html
 105 .TP 5
 106 .B java.rmi.registry.LocateRegistry @
 107 http://java.sun.com/j2se/1.5/docs/api/java/rmi/registry/LocateRegistry.html
 108 


   4 .\" DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   5 .\"
   6 .\" This code is free software; you can redistribute it and/or modify it
   7 .\" under the terms of the GNU General Public License version 2 only, as
   8 .\" published by the Free Software Foundation.
   9 .\"
  10 .\" This code is distributed in the hope that it will be useful, but WITHOUT
  11 .\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  12 .\" FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  13 .\" version 2 for more details (a copy is included in the LICENSE file that
  14 .\" accompanied this code).
  15 .\"
  16 .\" You should have received a copy of the GNU General Public License version
  17 .\" 2 along with this work; if not, write to the Free Software Foundation,
  18 .\" Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  19 .\"
  20 .\" Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  21 .\" or visit www.oracle.com if you need additional information or have any
  22 .\" questions.
  23 .\" 
  24 .TH rmiregistry 1 "05 Jul 2012"

  25 .SH "名前"
  26 rmiregistry \- Java リモートオブジェクトレジストリ
  27 .\" 
  28 .\"  This document was created by saving an HTML file as text
  29 .\"  from the JavaSoft web site:
  30 .\" 
  31 .\" http://java.sun.com/j2se/1.5/docs/tooldocs/tools.html
  32 .\" 
  33 .\"  and adding appropriate troff macros.  Because the JavaSoft web site 
  34 .\"  man pages can change without notice, it may be helpful to diff
  35 .\"  files to identify changes other than new functionality. 
  36 .\" 
  37 .SH "形式"
  38 .B rmiregistry 
  39 [
  40 .I port
  41 ]
  42 .SH "機能説明"
  43 .IX "Java remote object registry" "" "Java remote object registry \(em \fLrmiregistry\fP"
  44 .IX "rmiregistry" "" "\fLrmiregistry\fP \(em Java remote object registry"


  83 (以前のバインドを上書き)、
  84 バインドの取り消し、およびレジストリ中でバインドされている
  85 URL
  86 の一覧表示が可能です。
  87 .SH "オプション"
  88 以下のオプションが使用できます。
  89 .TP 15
  90 .BI \-J option
  91 java オプションと組み合わせて使います
  92 (
  93 .B \-J
  94 と java オプションの間にスペースは必要ありません)。 
  95 .B \-J
  96 の後ろに続くオプションを java インタプリタに渡します。
  97 .SH "関連項目"
  98 次については、
  99 .BR java.sun.com 
 100 を参照または検索してください。
 101 .TP 5
 102 .B java.rmi.Naming @
 103 http://docs.oracle.com/javase/6/docs/api/java/rmi/Naming.html  
 104 .TP 5
 105 .B java.rmi.registry.LocateRegistry @
 106 http://docs.oracle.com/javase/6/docs/api/java/rmi/registry/LocateRegistry.html
 107 
< prev index next >