23600
|
1 |
'\" t
|
|
2 |
.\" Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
|
|
3 |
.\" Title: rmiregistry
|
|
4 |
.\" Language: English
|
|
5 |
.\" Date: 2013年11月21日
|
|
6 |
.\" SectDesc: Remote Method Invocation (RMI)ツール
|
|
7 |
.\" Software: JDK 8
|
|
8 |
.\" Arch: 汎用
|
|
9 |
.\"
|
|
10 |
.\" DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
11 |
.\"
|
|
12 |
.\" This code is free software; you can redistribute it and/or modify it
|
|
13 |
.\" under the terms of the GNU General Public License version 2 only, as
|
|
14 |
.\" published by the Free Software Foundation.
|
|
15 |
.\"
|
|
16 |
.\" This code is distributed in the hope that it will be useful, but WITHOUT
|
|
17 |
.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
18 |
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
19 |
.\" version 2 for more details (a copy is included in the LICENSE file that
|
|
20 |
.\" accompanied this code).
|
|
21 |
.\"
|
|
22 |
.\" You should have received a copy of the GNU General Public License version
|
|
23 |
.\" 2 along with this work; if not, write to the Free Software Foundation,
|
|
24 |
.\" Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
25 |
.\"
|
|
26 |
.\" Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
|
27 |
.\" or visit www.oracle.com if you need additional information or have any
|
|
28 |
.\" questions.
|
|
29 |
.\"
|
|
30 |
.pl 99999
|
|
31 |
.TH "rmiregistry" "1" "2013年11月21日" "JDK 8" "Remote Method Invocation (RMI)"
|
|
32 |
.\" -----------------------------------------------------------------
|
|
33 |
.\" * Define some portability stuff
|
|
34 |
.\" -----------------------------------------------------------------
|
|
35 |
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
36 |
.\" http://bugs.debian.org/507673
|
|
37 |
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
|
|
38 |
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
39 |
.ie \n(.g .ds Aq \(aq
|
|
40 |
.el .ds Aq '
|
|
41 |
.\" -----------------------------------------------------------------
|
|
42 |
.\" * set default formatting
|
|
43 |
.\" -----------------------------------------------------------------
|
|
44 |
.\" disable hyphenation
|
|
45 |
.nh
|
|
46 |
.\" disable justification (adjust text to left margin only)
|
|
47 |
.ad l
|
|
48 |
.\" -----------------------------------------------------------------
|
|
49 |
.\" * MAIN CONTENT STARTS HERE *
|
|
50 |
.\" -----------------------------------------------------------------
|
|
51 |
.SH "NAME"
|
|
52 |
rmiregistry \- 現在のホストの指定したポート上にリモート・オブジェクト・レジストリを開始します。
|
|
53 |
.SH "概要"
|
|
54 |
.sp
|
|
55 |
.if n \{\
|
|
56 |
.RS 4
|
|
57 |
.\}
|
2692
|
58 |
.nf
|
23600
|
59 |
\fIrmiregistry\fR [ \fIport\fR ]
|
2692
|
60 |
.fi
|
23600
|
61 |
.if n \{\
|
|
62 |
.RE
|
|
63 |
.\}
|
|
64 |
.PP
|
|
65 |
\fIport\fR
|
|
66 |
.RS 4
|
|
67 |
リモート・オブジェクト・レジストリを開始する現在のホスト上の\fIport\fRの数。
|
|
68 |
.RE
|
9352
|
69 |
.SH "説明"
|
23600
|
70 |
.PP
|
|
71 |
\fIrmiregistry\fRコマンドは、現在のホストの指定したポート上にリモート・オブジェクト・レジストリを作成し、開始します。portの指定を省略した場合、レジストリはポート1099で開始します。\fIrmiregistry\fRコマンドに、出力機能はありません。通常、これはバックグラウンドで実行されます。次に例を示します。
|
|
72 |
.sp
|
|
73 |
.if n \{\
|
|
74 |
.RS 4
|
|
75 |
.\}
|
|
76 |
.nf
|
|
77 |
rmiregistry &
|
|
78 |
.fi
|
|
79 |
.if n \{\
|
|
80 |
.RE
|
|
81 |
.\}
|
|
82 |
.PP
|
|
83 |
リモート・オブジェクト・レジストリは、ブートストラップのネーム・サービスです。同一ホストのRMIサーバーが、リモート・オブジェクトを名前にバインドするために使用されます。次に、ローカルおよびリモート・ホストのクライアントはリモート・オブジェクトを検索し、リモート・メソッドの呼出しを行います。
|
|
84 |
.PP
|
|
85 |
レジストリは、一般的に、最初のリモート・オブジェクトの位置を指定します。そこで、アプリケーションはメソッドを呼び出す必要があります。その後、そのオブジェクトはアプリケーション指定のサポートを提供し、他のオブジェクトを探します。
|
|
86 |
.PP
|
|
87 |
\fIjava\&.rmi\&.registry\&.LocateRegistry\fRクラスのメソッドは、ローカル・ホスト、またはローカル・ホストとポートで動作するレジストリを取得するために使用されます。
|
|
88 |
.PP
|
|
89 |
\fIjava\&.rmi\&.Naming\fRクラスのURLベース・メソッドはレジストリに対して操作を実行し、任意のホストおよびローカル・ホストでのリモート・オブジェクトの検索に使用できます。単純名(文字列)をリモート・オブジェクトにバインドし、新しい名前をリモート・オブジェクトに再バインドし(古いバインドをオーバーライド)、リモート・オブジェクトをアンバインドし、レジストリにバインドされているURLをリスト表示します。
|
9352
|
90 |
.SH "オプション"
|
23600
|
91 |
.PP
|
|
92 |
\-J
|
|
93 |
.RS 4
|
|
94 |
Javaオプションとともに使用して、\fI\-J\fRの後ろに続くオプションをJavaインタプリタに引き渡します(\fI\-J\fRとオプションの間にスペースは入れません)。
|
2692
|
95 |
.RE
|
9352
|
96 |
.SH "関連項目"
|
23600
|
97 |
.sp
|
|
98 |
.RS 4
|
|
99 |
.ie n \{\
|
|
100 |
\h'-04'\(bu\h'+03'\c
|
|
101 |
.\}
|
|
102 |
.el \{\
|
|
103 |
.sp -1
|
|
104 |
.IP \(bu 2.3
|
|
105 |
.\}
|
|
106 |
java(1)
|
|
107 |
.RE
|
|
108 |
.sp
|
|
109 |
.RS 4
|
|
110 |
.ie n \{\
|
|
111 |
\h'-04'\(bu\h'+03'\c
|
|
112 |
.\}
|
|
113 |
.el \{\
|
|
114 |
.sp -1
|
|
115 |
.IP \(bu 2.3
|
|
116 |
.\}
|
|
117 |
\fI「java\&.rmi\&.registry\&.LocateRegistry」\fR(http://docs\&.oracle\&.com/javase/8/docs/api/java/rmi/registry/LocateRegistry\&.html)
|
|
118 |
.RE
|
|
119 |
.sp
|
|
120 |
.RS 4
|
|
121 |
.ie n \{\
|
|
122 |
\h'-04'\(bu\h'+03'\c
|
|
123 |
.\}
|
|
124 |
.el \{\
|
|
125 |
.sp -1
|
|
126 |
.IP \(bu 2.3
|
|
127 |
.\}
|
|
128 |
\fI「java\&.rmi\&.Naming class description」\fR(http://docs\&.oracle\&.com/javase/8/docs/api/java/rmi/Naming\&.html)
|
|
129 |
.RE
|
|
130 |
.br
|
|
131 |
'pl 8.5i
|
|
132 |
'bp
|