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

.LP
25 26
.SH "名前"
rmiregistry \- Java リモートオブジェクトレジストリ
T
tbell 已提交
27 28
.LP
.RS 3
29
\f3rmiregistry\fP コマンドは、現在のホストの指定したポート上にリモートオブジェクトレジストリを開始します。 
T
tbell 已提交
30 31
.RE

32 33
.LP
.SH "形式"
T
tbell 已提交
34 35 36 37 38 39 40 41 42 43
.LP
.nf
\f3
.fl
rmiregistry [\fP\f4port\fP\f3]
.fl
\fP
.fi

.LP
44
.SH "説明"
T
tbell 已提交
45 46
.LP
.LP
47
\f3rmiregistry\fP コマンドは、現在のホストの指定 \f2port\fP 上にリモートオブジェクトレジストリを作成し、開始します。\f2port\fP の指定を省略した場合、レジストリはポート 1099 で開始します。\f3rmiregistry\fP コマンドに、出力機能はありません。通常、これはバックグラウンドで実行されます。例を示します。
T
tbell 已提交
48 49 50 51 52
.LP
.LP
\f2rmiregistry&\fP
.LP
.LP
53
リモートオブジェクトレジストリは、ブートストラップのネームサービスです。同一ホストの RMI サーバーが、リモートオブジェクトを名前にバインドするために使用されます。次に、ローカルおよびリモートホストのクライアントはリモートオブジェクトを検索し、リモートメソッドの呼び出しを行います。
T
tbell 已提交
54 55
.LP
.LP
56
レジストリは、一般的に、最初のリモートオブジェクトの位置を指定します。 そこで、アプリケーションはメソッドを呼び出す必要があります。代わって、そのオブジェクトはアプリケーション指定のサポートを提供し、他のオブジェクトを探します。
T
tbell 已提交
57 58
.LP
.LP
59
\f2java.rmi.registry.LocateRegistry\fP クラスのメソッドは、ローカルホスト、またはローカルホストとポートで動作するレジストリを取得するために使用されます。
T
tbell 已提交
60 61
.LP
.LP
62
\f2java.rmi.Naming\fP クラスの URL ベースのメソッドは、レジストリで動作し、任意のホストおよびローカルホスト上のリモートオブジェクトの検索に使用されます。リモートオブジェクトに単純な (文字列) 名前をバインドしたり、新しい名前をリバインド (古いバインドにオーバーライド) します。またリモートオブジェクトをアンバインドしたり、レジストリにバインドされた URL を出力します。
T
tbell 已提交
63
.LP
64
.SH "オプション"
T
tbell 已提交
65 66 67 68
.LP
.RS 3
.TP 3
\-J 
69
\f2\-J\fP の後ろに続くオプションを \f2java\fP インタプリタに引き渡します。 \f2java\fP オプションと組み合わせて使います (\-J と java オプションの間にスペースは入れない)。 
D
duke 已提交
70
.RE
T
tbell 已提交
71 72

.LP
73
.SH "関連項目"
D
duke 已提交
74
.LP
75
java(1)、
T
tbell 已提交
76 77 78
.na
\f2java.rmi.registry.LocateRegistry\fP @
.fi
79
http://java.sun.com/javase/6/docs/api/java/rmi/registry/LocateRegistry.html、および 
T
tbell 已提交
80 81 82
.na
\f2java.rmi.Naming\fP @
.fi
83
http://java.sun.com/javase/6/docs/api/java/rmi/Naming.html