2692
|
1 |
." Copyright 2003-2006 Sun Microsystems, Inc. All Rights Reserved.
|
|
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 |
."
|
|
22 |
.TH rmiregistry 1 "04 May 2009"
|
|
23 |
." Generated from HTML by html2man (author: Eric Armstrong)
|
|
24 |
|
|
25 |
.LP
|
|
26 |
.SH "名前"
|
|
27 |
rmiregistry \- Java リモートオブジェクトレジストリ
|
|
28 |
.LP
|
|
29 |
.RS 3
|
|
30 |
|
|
31 |
.LP
|
|
32 |
.LP
|
|
33 |
\f3rmiregistry\fP コマンドは、現在のホストの指定したポート上にリモートオブジェクトレジストリを開始します。
|
|
34 |
.LP
|
|
35 |
.RE
|
|
36 |
.SH "形式"
|
|
37 |
.LP
|
|
38 |
|
|
39 |
.LP
|
|
40 |
.nf
|
|
41 |
\f3
|
|
42 |
.fl
|
|
43 |
rmiregistry [\fP\f4port\fP\f3]
|
|
44 |
.fl
|
|
45 |
\fP
|
|
46 |
.fi
|
|
47 |
|
|
48 |
.LP
|
|
49 |
.SH "説明"
|
2
|
50 |
.LP
|
2692
|
51 |
|
|
52 |
.LP
|
|
53 |
.LP
|
|
54 |
\f3rmiregistry\fP コマンドは、現在のホストの指定 \f2port\fP 上にリモートオブジェクトレジストリを作成し、開始します。\f2port\fP の指定を省略した場合、レジストリはポート 1099 で開始します。\f3rmiregistry\fP コマンドに、出力機能はありません。通常、これはバックグラウンドで実行されます。例を示します。
|
|
55 |
.LP
|
|
56 |
.LP
|
|
57 |
\f2rmiregistry&\fP
|
|
58 |
.LP
|
|
59 |
.LP
|
|
60 |
リモートオブジェクトレジストリは、ブートストラップのネームサービスです。 同一ホストの RMI サーバーが、リモートオブジェクトを名前にバインドするために使用されます。次に、ローカルおよびリモートホストのクライアントはリモートオブジェクトを検索し、リモートメソッドの呼び出しを行います。
|
|
61 |
.LP
|
2
|
62 |
.LP
|
2692
|
63 |
レジストリは、一般的に、最初のリモートオブジェクトの位置を指定します。 そこで、アプリケーションはメソッドを呼び出す必要があります。代わって、そのオブジェクトはアプリケーション指定のサポートを提供し、他のオブジェクトを探します。
|
|
64 |
.LP
|
|
65 |
.LP
|
|
66 |
\f2java.rmi.registry.LocateRegistry\fP クラスのメソッドは、ローカルホスト、またはローカルホストとポートで動作するレジストリを取得するために使用されます。
|
|
67 |
.LP
|
2
|
68 |
.LP
|
2692
|
69 |
\f2java.rmi.Naming\fP クラスの URL ベースのメソッドは、レジストリで動作し、任意のホストおよびローカルホスト上のリモートオブジェクトの検索に使用されます。リモートオブジェクトに単純な (文字列) 名前をバインドしたり、新しい名前をリバインド (古いバインドにオーバーライド) します。 またリモートオブジェクトをアンバインドしたり、レジストリにバインドされた URL を出力します。
|
2
|
70 |
.LP
|
2692
|
71 |
.SH "オプション"
|
|
72 |
.LP
|
|
73 |
|
2
|
74 |
.LP
|
2692
|
75 |
.RS 3
|
|
76 |
.TP 3
|
|
77 |
\-J
|
|
78 |
\f2\-J\fP の後ろに続くオプションを \f2java\fP インタプリタに引き渡します。 \f2java\fP オプションと組み合わせて使います (\f2\-J\fP と \f2java\fP オプションの間にスペースは入れない)。
|
|
79 |
.RE
|
|
80 |
|
|
81 |
.LP
|
|
82 |
.SH "関連項目"
|
|
83 |
.LP
|
2
|
84 |
|
2692
|
85 |
.LP
|
|
86 |
.LP
|
|
87 |
java(1)、
|
|
88 |
.na
|
|
89 |
\f2java.rmi.registry.LocateRegistry\fP @
|
|
90 |
.fi
|
|
91 |
http://java.sun.com/javase/6/docs/api/java/rmi/registry/LocateRegistry.html、および
|
|
92 |
.na
|
|
93 |
\f2java.rmi.Naming\fP @
|
|
94 |
.fi
|
|
95 |
http://java.sun.com/javase/6/docs/api/java/rmi/Naming.html
|
|
96 |
.LP
|
|
97 |
|
|
98 |
.LP
|
|
99 |
|