author | katleman |
Thu, 05 Jan 2012 08:42:37 -0800 | |
changeset 11376 | 075fe3928b7f |
parent 9566 | d7241af95355 |
child 23600 | d21826f6c789 |
permissions | -rw-r--r-- |
9566
d7241af95355
7043580: integrate man page translation drop 2 into jdk7
mfang
parents:
9352
diff
changeset
|
1 |
." Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved. |
2692 | 2 |
." DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
3 |
." |
|
4 |
." This code is free software; you can redistribute it and/or modify it |
|
5 |
." under the terms of the GNU General Public License version 2 only, as |
|
6 |
." published by the Free Software Foundation. |
|
7 |
." |
|
8 |
." This code is distributed in the hope that it will be useful, but WITHOUT |
|
9 |
." ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
10 |
." FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
|
11 |
." version 2 for more details (a copy is included in the LICENSE file that |
|
12 |
." accompanied this code). |
|
13 |
." |
|
14 |
." You should have received a copy of the GNU General Public License version |
|
15 |
." 2 along with this work; if not, write to the Free Software Foundation, |
|
16 |
." Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
|
17 |
." |
|
5506 | 18 |
." Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
19 |
." or visit www.oracle.com if you need additional information or have any |
|
20 |
." questions. |
|
2692 | 21 |
." |
9566
d7241af95355
7043580: integrate man page translation drop 2 into jdk7
mfang
parents:
9352
diff
changeset
|
22 |
.TH rmiregistry 1 "07 May 2011" |
2692 | 23 |
|
24 |
.LP |
|
9352 | 25 |
.SH "名前" |
26 |
rmiregistry \- Java リモートオブジェクトレジストリ |
|
2692 | 27 |
.LP |
28 |
.RS 3 |
|
9352 | 29 |
\f3rmiregistry\fP コマンドは、現在のホストの指定したポート上にリモートオブジェクトレジストリを開始します。 |
30 |
.RE |
|
2692 | 31 |
|
32 |
.LP |
|
9352 | 33 |
.SH "形式" |
2692 | 34 |
.LP |
35 |
.nf |
|
36 |
\f3 |
|
37 |
.fl |
|
38 |
rmiregistry [\fP\f4port\fP\f3] |
|
39 |
.fl |
|
40 |
\fP |
|
41 |
.fi |
|
42 |
||
43 |
.LP |
|
9352 | 44 |
.SH "説明" |
2692 | 45 |
.LP |
46 |
.LP |
|
9352 | 47 |
\f3rmiregistry\fP コマンドは、現在のホストの指定 \f2port\fP 上にリモートオブジェクトレジストリを作成し、開始します。\f2port\fP の指定を省略した場合、レジストリはポート 1099 で開始します。\f3rmiregistry\fP コマンドに、出力機能はありません。通常、これはバックグラウンドで実行されます。例を示します。 |
2692 | 48 |
.LP |
49 |
.LP |
|
50 |
\f2rmiregistry&\fP |
|
51 |
.LP |
|
52 |
.LP |
|
9352 | 53 |
リモートオブジェクトレジストリは、ブートストラップのネームサービスです。同一ホストの RMI サーバーが、リモートオブジェクトを名前にバインドするために使用されます。次に、ローカルおよびリモートホストのクライアントはリモートオブジェクトを検索し、リモートメソッドの呼び出しを行います。 |
2692 | 54 |
.LP |
2 | 55 |
.LP |
9352 | 56 |
レジストリは、一般的に、最初のリモートオブジェクトの位置を指定します。 そこで、アプリケーションはメソッドを呼び出す必要があります。代わって、そのオブジェクトはアプリケーション指定のサポートを提供し、他のオブジェクトを探します。 |
2692 | 57 |
.LP |
58 |
.LP |
|
9352 | 59 |
\f2java.rmi.registry.LocateRegistry\fP クラスのメソッドは、ローカルホスト、またはローカルホストとポートで動作するレジストリを取得するために使用されます。 |
2692 | 60 |
.LP |
2 | 61 |
.LP |
9352 | 62 |
\f2java.rmi.Naming\fP クラスの URL ベースのメソッドは、レジストリで動作し、任意のホストおよびローカルホスト上のリモートオブジェクトの検索に使用されます。リモートオブジェクトに単純な (文字列) 名前をバインドしたり、新しい名前をリバインド (古いバインドにオーバーライド) します。またリモートオブジェクトをアンバインドしたり、レジストリにバインドされた URL を出力します。 |
2 | 63 |
.LP |
9352 | 64 |
.SH "オプション" |
2 | 65 |
.LP |
2692 | 66 |
.RS 3 |
67 |
.TP 3 |
|
68 |
\-J |
|
9352 | 69 |
\f2\-J\fP の後ろに続くオプションを \f2java\fP インタプリタに引き渡します。 \f2java\fP オプションと組み合わせて使います (\-J と java オプションの間にスペースは入れない)。 |
2692 | 70 |
.RE |
71 |
||
72 |
.LP |
|
9352 | 73 |
.SH "関連項目" |
2692 | 74 |
.LP |
9352 | 75 |
java(1)、 |
2692 | 76 |
.na |
77 |
\f2java.rmi.registry.LocateRegistry\fP @ |
|
78 |
.fi |
|
9352 | 79 |
http://java.sun.com/javase/6/docs/api/java/rmi/registry/LocateRegistry.html、および |
2692 | 80 |
.na |
81 |
\f2java.rmi.Naming\fP @ |
|
82 |
.fi |
|
9352 | 83 |
http://java.sun.com/javase/6/docs/api/java/rmi/Naming.html |