23600
|
1 |
'\" t
|
|
2 |
.\" Copyright (c) 2001, 2013, Oracle and/or its affiliates. All rights reserved.
|
|
3 |
.\" Title: servertool
|
|
4 |
.\" Language: English
|
|
5 |
.\" Date: 2013年11月21日
|
|
6 |
.\" SectDesc: Java IDLおよびRMI-IIOPツール
|
|
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 "servertool" "1" "2013年11月21日" "JDK 8" "Java IDLおよびRMI-IIOPツール"
|
|
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 |
servertool \- 開発者が永続サーバーを登録、登録解除、起動、停止するための使いやすいユーザー・インタフェースを提供します。
|
|
53 |
.SH "概要"
|
|
54 |
.sp
|
|
55 |
.if n \{\
|
|
56 |
.RS 4
|
|
57 |
.\}
|
2692
|
58 |
.nf
|
23600
|
59 |
\fIservertool\fR \-ORBInitialPort \fInameserverport\fR [ \fIoptions\fR ] [ \fIcommands \fR]
|
2692
|
60 |
.fi
|
23600
|
61 |
.if n \{\
|
|
62 |
.RE
|
|
63 |
.\}
|
|
64 |
.PP
|
|
65 |
\fIoptions\fR
|
|
66 |
.RS 4
|
|
67 |
コマンドライン・オプション。オプションを参照してください。
|
|
68 |
.RE
|
|
69 |
.PP
|
|
70 |
commands
|
|
71 |
.RS 4
|
|
72 |
コマンドライン・コマンド。コマンドを参照してください。
|
|
73 |
.RE
|
|
74 |
.PP
|
|
75 |
\fIservertool\fR\fIservertool >\fR\fIservertool >\fR
|
9352
|
76 |
.SH "説明"
|
23600
|
77 |
.PP
|
|
78 |
\fIservertool\fRコマンドは、開発者が永続サーバーを登録、登録解除、起動、停止するためのコマンドライン・インタフェースを提供します。コマンドライン・コマンドを使用すると、サーバーに関する様々な統計情報を取得できます。コマンドを参照してください。
|
9352
|
79 |
.SH "オプション"
|
23600
|
80 |
.PP
|
|
81 |
\-ORBInitialHost \fInameserverhost\fR
|
|
82 |
.RS 4
|
|
83 |
このオプションは必須です。ネーム・サーバーが実行され、着信リクエストをリスニングするホスト・マシンを指定します。\fInameserverhost\fR値は、\fIorb\fRが実行され、リクエストをリスニングしているポートを指定する必要があります。このオプションを指定しない場合、値はデフォルトで\fIlocalhost\fRに設定されます。\fIorbd\fRと\fIservertool\fRが異なるマシン上で実行されている場合は、\fIorbd\fRが実行されているホストの名前またはIPアドレスを指定する必要があります。
|
|
84 |
.sp
|
|
85 |
\fB注意:\fR
|
|
86 |
Oracle Solarisでは、1024より小さいポート上でプロセスを開始するには、rootユーザーになる必要があります。\fInameserverport\fR値には、1024以上のポート番号を使用することをお薦めします。
|
2692
|
87 |
.RE
|
23600
|
88 |
.PP
|
|
89 |
\-J\fIoption\fR
|
|
90 |
.RS 4
|
|
91 |
Java仮想マシンに\fIoption\fRを渡します。\fIoption\fRには、Javaアプリケーション起動ツールのリファレンス・ページに記載されているオプションを1つ指定します。たとえば、\fI\-J\-Xms48m\fRと指定すると、スタートアップ・メモリーは48MBに設定されます。java(1)を参照してください。
|
|
92 |
.RE
|
9352
|
93 |
.SH "コマンド"
|
23600
|
94 |
.PP
|
|
95 |
\fIservertool\fRコマンドは、コマンドライン・コマンドを使用して、または使用せずに起動できます。
|
|
96 |
.sp
|
|
97 |
.RS 4
|
|
98 |
.ie n \{\
|
|
99 |
\h'-04'\(bu\h'+03'\c
|
|
100 |
.\}
|
|
101 |
.el \{\
|
|
102 |
.sp -1
|
|
103 |
.IP \(bu 2.3
|
|
104 |
.\}
|
|
105 |
\fIservertool\fRの起動時にコマンドを指定しなかった場合、コマンドライン・ツールにコマンド入力を求める\fIservertool\fRプロンプトが表示されます:
|
|
106 |
\fIservertool >\fR。
|
|
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 |
\fIservertool\fRの起動時にコマンドを指定した場合、Java IDL Server Toolが起動してコマンドを実行し、終了します。
|
|
118 |
.RE
|
|
119 |
.PP
|
|
120 |
register \-server \fIserver\-class\-name\fR \-classpath \fIclasspath\-to\-server\fR [ \-applicationName \fIapplication\-name\fR \-args \fIargs\-to\-server\fR \-vmargs \fIflags\-for\-JVM\fR ]
|
|
121 |
.RS 4
|
|
122 |
Object Request Broker Daemon (ORBD)に新規永続サーバーを登録します。サーバーが未登録の場合、登録してアクティブ化します。このコマンドによって、\fI\-server\fRオプションで識別されるサーバーの\fIメイン\fR・クラス内でインストール・メソッドが呼び出されます。このインストール・メソッドは、\fIpublic static void install(org\&.omg\&.CORBA\&.ORB)\fRになっている必要があります。インストール・メソッドはオプションであり、開発者はデータベース・スキーマの作成など独自のサーバー・インストール動作を指定できます。
|
|
123 |
.RE
|
|
124 |
.PP
|
|
125 |
unregister \-serverid \fIserver\-id\fR | \-applicationName \fIapplication\-name\fR
|
|
126 |
.RS 4
|
|
127 |
サーバーIDまたはアプリケーション名で、サーバーをORBDから登録解除します。このコマンドによって、\fI\-server\fRオプションで識別されるサーバーの\fIメイン\fR・クラス内でアンインストール・メソッドが呼び出されます。
|
|
128 |
\fIuninstall\fRメソッドは、\fIpublic static void uninstall(org\&.omg\&.CORBA\&.ORB)\fRになっている必要があります。\fIuninstall\fRメソッドはオプションであり、開発者は\fIinstall\fRメソッドの動作の取消など、独自のサーバー・アンインストール動作を指定できます。
|
|
129 |
.RE
|
|
130 |
.PP
|
|
131 |
getserverid \-applicationName \fIapplication\-name\fR
|
|
132 |
.RS 4
|
|
133 |
\fIapplication\-name\fR値に対応するサーバーIDを返します。
|
|
134 |
.RE
|
|
135 |
.PP
|
|
136 |
list
|
|
137 |
.RS 4
|
|
138 |
ORBDに登録されているすべての永続サーバーに関する情報を一覧表示します。
|
|
139 |
.RE
|
|
140 |
.PP
|
|
141 |
listappnames
|
|
142 |
.RS 4
|
|
143 |
現在ORBDに登録されているすべてのサーバーのアプリケーション名を一覧表示します。
|
2692
|
144 |
.RE
|
23600
|
145 |
.PP
|
|
146 |
listactive
|
|
147 |
.RS 4
|
|
148 |
ORBDによって起動され、現在実行されているすべての永続サーバーに関する情報を一覧表示します。
|
|
149 |
.RE
|
|
150 |
.PP
|
|
151 |
locate \-serverid \fIserver\-id\fR | \-applicationName \fIapplication\-name\fR [ \-endpointType \fIendpointType\fR ]
|
|
152 |
.RS 4
|
|
153 |
登録されたサーバーで作成したすべてのORBの特定のタイプについてエンドポイント(ポート)を検出します。サーバーが実行されていない場合、アクティブ化されます。\fIendpointType\fR値が指定されていない場合、サーバーのORBごとに関連付けられているplainタイプまたはnon\-protectedタイプのエンドポイントが返されます。
|
|
154 |
.RE
|
|
155 |
.PP
|
|
156 |
locateperorb \-serverid \fIserver\-id\fR | \-applicationName \fIapplication\-name\fR [ \-orbid \fIORB\-name\fR ]
|
|
157 |
.RS 4
|
|
158 |
登録されたサーバーの特定のObject Request Broker (ORB)で登録されたエンドポイント(ポート)を検出します。サーバーが実行されていない場合、アクティブ化されます。\fIorbid\fRが指定されていない場合、デフォルト値の\fI""\fRが\fIorbid\fRに割り当てられます。ORBが空文字列の\fIorbid\fRで作成されている場合、登録したポートがすべて返されます。
|
|
159 |
.RE
|
|
160 |
.PP
|
|
161 |
orblist \-serverid \fIserver\-id\fR | \-applicationName \fIapplication\-name\fR
|
|
162 |
.RS 4
|
|
163 |
サーバー上に定義されたORBの\fIORBId\fRを一覧表示します。\fIORBId\fRはサーバーで作成されたORBの文字列名です。サーバーが実行されていない場合、アクティブ化されます。
|
|
164 |
.RE
|
|
165 |
.PP
|
|
166 |
shutdown \-serverid \fIserver\-id\fR | \-applicationName application\-name
|
|
167 |
.RS 4
|
|
168 |
ORBDに登録されたアクティブなサーバーを停止します。このコマンドの実行中に、\fI\-serverid\fRパラメータまたは\fI\-applicationName\fRパラメータで指定されたクラス内に定義された\fIshutdown\fRメソッドも呼び出されてサーバー・プロセスを停止します。
|
|
169 |
.RE
|
|
170 |
.PP
|
|
171 |
startup \-serverid \fIserver\-id\fR | \-applicationName application\-name
|
|
172 |
.RS 4
|
|
173 |
ORBDに登録されたサーバーを起動またはアクティブ化します。サーバーが実行されていない場合、このコマンドがサーバーを起動します。サーバーがすでに実行されている場合は、エラー・メッセージが表示されます。
|
|
174 |
.RE
|
|
175 |
.PP
|
|
176 |
help
|
|
177 |
.RS 4
|
|
178 |
\fIservertool\fRコマンドを介してサーバーが利用できるすべてのコマンドをリストします。
|
|
179 |
.RE
|
|
180 |
.PP
|
|
181 |
quit
|
|
182 |
.RS 4
|
|
183 |
\fIservertool\fRコマンドを終了します。
|
|
184 |
.RE
|
9352
|
185 |
.SH "関連項目"
|
23600
|
186 |
.sp
|
|
187 |
.RS 4
|
|
188 |
.ie n \{\
|
|
189 |
\h'-04'\(bu\h'+03'\c
|
|
190 |
.\}
|
|
191 |
.el \{\
|
|
192 |
.sp -1
|
|
193 |
.IP \(bu 2.3
|
|
194 |
.\}
|
|
195 |
orbd(1)
|
|
196 |
.RE
|
|
197 |
.br
|
|
198 |
'pl 8.5i
|
|
199 |
'bp
|