author | mfang |
Tue, 10 May 2011 12:31:42 -0700 | |
changeset 9566 | d7241af95355 |
parent 9352 | cabba0c0f3ee |
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) 2001, 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 servertool 1 "07 May 2011" |
2692 | 23 |
|
2 | 24 |
.LP |
9352 | 25 |
.SH "名前" |
26 |
servertool \- Java(TM) IDL サーバーツール |
|
2 | 27 |
.LP |
9352 | 28 |
\f3servertool\fP はアプリケーションプログラマが、持続サーバーの登録、登録解除、起動、および停止を行うためのコマンド行インタフェースを提供します。 |
29 |
.SH "形式" |
|
2 | 30 |
.LP |
2692 | 31 |
.nf |
32 |
\f3 |
|
33 |
.fl |
|
34 |
servertool \-ORBInitialPort \fP\f4nameserverport\fP\f3 \fP\f3options\fP\f3 [ \fP\f3commands\fP\f3 ] |
|
35 |
.fl |
|
36 |
\fP |
|
37 |
.fi |
|
38 |
||
39 |
.LP |
|
2 | 40 |
.LP |
9352 | 41 |
コマンドを入力しないで \f2servertool\fP を起動すると、コマンド行ツールとして \f2servertool >\fP プロンプトが表示されます。\f2servertool >\fP プロンプトにコマンドを入力します。 |
2692 | 42 |
.LP |
43 |
.LP |
|
9352 | 44 |
コマンドを入力して \f2servertool\fP を起動すると、Java IDL サーバーツールが起動し、コマンドを実行して終了します。 |
2692 | 45 |
.LP |
46 |
.LP |
|
9352 | 47 |
\f2\-ORBInitialPort\fP \f2nameserverport\fP オプションは\f3必須\fPです。 \f2nameserverport\fP の値には、\f2orbd\fP が実行され、着信要求を待機しているポートを指定する必要があります。Solaris ソフトウェアを使用する場合、1024 より小さいポート上でプロセスを開始するには、root ユーザーになる必要があります。このため、\f2nameserverport\fPとして 1024 以上のポート番号を使用することをお勧めします。 |
2692 | 48 |
.LP |
9352 | 49 |
.SH "説明" |
2 | 50 |
.LP |
2692 | 51 |
.LP |
9352 | 52 |
\f2servertool\fP はアプリケーションプログラマが、持続サーバーの登録、登録解除、起動、および停止を行うためのコマンド行インタフェースを提供します。そのほかに、サーバーに関するさまざまな統計情報を取得するためのコマンドも提供します。 |
2692 | 53 |
.LP |
9352 | 54 |
.SH "オプション" |
2692 | 55 |
.LP |
56 |
.RS 3 |
|
57 |
.TP 3 |
|
58 |
\-ORBInitialHost nameserverhost |
|
9352 | 59 |
ネームサーバーが、実行され、着信要求を待機しているホストマシンを指定します。このオプションを指定しない場合、\f2nameserverhost\fP はデフォルトで \f2localhost\fP に設定されます。\f2orbd\fP と \f2servertool\fP が異なるマシン上で実行されている場合は、\f2orbd\fP が実行されているホストの名前と IP アドレスを指定する必要があります。 |
2692 | 60 |
.TP 3 |
61 |
\-Joption |
|
9352 | 62 |
Java 仮想マシンに \f2option\fP を渡します。\f2option\fP には、java(1)のリファレンスページに記載されているオプションを 1 つ指定します。たとえば、\f3\-J\-Xms48m\fP と指定すると、スタートアップメモリーは 48M バイトに設定されます。\f3\-J\fP を使って背後の実行環境にオプションを渡すことはよく行われています。 |
2692 | 63 |
.RE |
64 |
||
65 |
.LP |
|
9352 | 66 |
.SH "コマンド" |
2692 | 67 |
.LP |
68 |
.RS 3 |
|
69 |
.TP 3 |
|
70 |
register \-server\ <server\ class\ name> \ \-classpath\ <classpath\ to\ server> [\ \-applicationName\ <application\ name> \-args\ <args\ to\ server> \-vmargs\ <flags\ to\ be\ passed\ to\ Java\ VM> \ ] |
|
9352 | 71 |
Object Request Broker Daemon (ORBD) に新規持続サーバーを登録します。サーバーが未登録の場合、登録して起動します。このコマンドによって、\f2\-server\fP オプションで識別されるサーバーのメインクラス内でインストールメソッドが呼び出されます。このインストールメソッドは、\f2public static void install(org.omg.CORBA.ORB)\fP になっている必要があります。インストールメソッドは、オプションであり、データベーススキーマの作成などの独自のサーバーインストール動作を開発者が指定できます。 |
2692 | 72 |
.TP 3 |
73 |
unregister \-serverid\ <server\ id\ >\ | \-applicationName\ <application\ name> |
|
9352 | 74 |
サーバー ID またはアプリケーション名を使用して、ORBD のサーバーの登録を解除します。このコマンドによって、\f2\-server\fP オプションで識別されるサーバーのメインクラス内でアンインストールメソッドが呼び出されます。このアンインストールメソッドは、\f2public static void uninstall(org.omg.CORBA.ORB)\fP になっている必要があります。アンインストールメソッドは、オプションであり、インストールメソッドの動作の取り消しなどの独自のサーバーアンインストール動作を開発者が指定できます。 |
2692 | 75 |
.TP 3 |
76 |
getserverid \-applicationName\ <application\ name> |
|
9352 | 77 |
アプリケーションに関連付けられているサーバー ID を返します。 |
2692 | 78 |
.TP 3 |
79 |
list |
|
9352 | 80 |
ORBD に登録されているすべての持続サーバーに関する情報を一覧表示します。 |
2692 | 81 |
.TP 3 |
82 |
listappnames |
|
9352 | 83 |
現在 ORBD に登録されているすべてのサーバーのアプリケーション名を一覧表示します。 |
2692 | 84 |
.TP 3 |
85 |
listactive |
|
9352 | 86 |
ORDB によって起動され、現在実行されているすべての持続サーバーに関する情報を一覧表示します。 |
2692 | 87 |
.TP 3 |
88 |
locate \-serverid\ <server\ id\ >\ | \-applicationName\ <application\ name> [\-endpointType\ <endpointType>\ ] |
|
9352 | 89 |
登録されたサーバーで作成したすべての ORB の特定の型について端点 (ポート) を検出します。サーバーが実行されていない場合、起動されます。端点の型が指定されていない場合、サーバーの ORB ごとに関連付けられている plain 型 または non\-protected 型の端点が返されます。 |
2692 | 90 |
.TP 3 |
91 |
locateperorb \-serverid\ <server\ id\ >\ | \-applicationName\ <application\ name> [\-orbid\ <ORB\ name>\ ] |
|
9352 | 92 |
登録されたサーバーの特定の ORB で登録された端点 (ポート) を検出します。サーバーが実行されていない場合、起動されます。\f2orbid\fP が指定されていない場合は、デフォルト値の「""」が\f2orbid\fPに割り当てられます。ORB が空文字列の \f2orbid\fP で作成されている場合、登録したポートがすべて返されます。 |
2692 | 93 |
.TP 3 |
94 |
orblist \-serverid\ <server\ id\ >\ | \-applicationName\ <application\ name> |
|
9352 | 95 |
サーバー上に定義された ORB の ORBId を一覧表示します。ORBId はサーバーで作成された ORB の文字列名です。サーバーが実行されていない場合、起動されます。 |
2692 | 96 |
.TP 3 |
97 |
shutdown \-serverid\ <server\ id\ >\ | \-applicationName\ <application\ name> |
|
9352 | 98 |
ORBD に登録されたアクティブなサーバーを停止します。このコマンドの実行中に、\f2\-serverid\fP パラメータまたは \f2\-applicationName\fP パラメータで指定されたクラス内に定義された \f2shutdown()\fP メソッドも呼び出されてサーバープロセスを正しく停止します。 |
2692 | 99 |
.TP 3 |
100 |
startup \-serverid\ <server\ id\ >\ | \-applicationName\ <application\ name> |
|
9352 | 101 |
ORBD に登録されたサーバーを起動します。サーバーが実行されていない場合は、このコマンドでサーバーを起動します。サーバーがすでに実行されている場合は、ユーザーにエラーメッセージが返されます。 |
2692 | 102 |
.TP 3 |
103 |
help |
|
9352 | 104 |
サーバーがサーバーツールで使用できるすべてのコマンドを表示します。 |
2692 | 105 |
.TP 3 |
106 |
quit |
|
9352 | 107 |
サーバーツールを終了します。 |
2692 | 108 |
.RE |
109 |
||
110 |
.LP |
|
9352 | 111 |
.SH "関連項目" |
2692 | 112 |
.LP |
5865 | 113 |
orbd(1) |