< prev index next >

src/linux/doc/man/ja/rmid.1

Print this page
rev 1493 : 7182226: NLS: jdk7u6 message drop20 integration
Reviewed-by: yhuang


   4 .\" DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   5 .\"
   6 .\" This code is free software; you can redistribute it and/or modify it
   7 .\" under the terms of the GNU General Public License version 2 only, as
   8 .\" published by the Free Software Foundation.
   9 .\"
  10 .\" This code is distributed in the hope that it will be useful, but WITHOUT
  11 .\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  12 .\" FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  13 .\" version 2 for more details (a copy is included in the LICENSE file that
  14 .\" accompanied this code).
  15 .\"
  16 .\" You should have received a copy of the GNU General Public License version
  17 .\" 2 along with this work; if not, write to the Free Software Foundation,
  18 .\" Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  19 .\"
  20 .\" Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  21 .\" or visit www.oracle.com if you need additional information or have any
  22 .\" questions.
  23 .\"
  24 .\" 
  25 .TH rmid 1 "2006 年 9 月 4 日" "Java SE 6" "ユーザーコマンド"
  26 .SH "名前"
  27 rmid \- RMI 起動システムデーモン
  28 .LP
  29 
  30 .LP
  31 .LP
  32 \f3rmid\fP で起動システムデーモンを開始すると、オブジェクトを仮想マシン (VM) に登録して起動できるようになります。
  33 .LP
  34 .SH "形式"
  35 .B rmid 
  36 [
  37 .I options
  38 ]
  39 .SH "機能説明"
  40 .IX "RMI activation system daemon" "" "RMI activation system daemon \(em \fLrmid\fP"
  41 .IX "rmid" "" "\fLrmid\fP \(em RMI activation system daemon"
  42 .B rmid
  43 ツールは、起動システムデーモンを開始します。起動可能なオブジェクトを起動
  44 システムに登録したり、Java VM でアクティブにしたりするには、あらかじめ起動
  45 システムデーモンを開始しておく必要があります。
  46 起動可能なリモートオブジェクト
  47 を使ったプログラムの作成方法についての詳細は、Java RMI の仕様
  48 .fi
  49  (http://java.sun.com/javase/6/docs/platform/rmi/spec/rmitoc.html) 
  50 および起動のチュートリアル
  51 .fi
  52  (http://java.sun.com/javase/6/docs/technotes/guides/rmi/activation/overview.html) 
  53 を参照してください。
  54 .LP
  55 起動システムデーモンは、次のようにセキュリティポリシーファイルを指定して
  56 .B rmid
  57 コマンドを実行することによって開始できます。 
  58 .LP
  59 .ti +5n
  60 .B % rmid \-J\-Djava.security.policy=rmid.policy
  61 .LP
  62 注: Sun の
  63 .BR rmid
  64 実装を実行する場合、デフォルトではセキュリティポリシーファイルを指定する必要があります。そうすることで、起動グループ用の JVM の起動に、各
  65 .B ActivationGroupDesc
  66 内の情報を使用できるかどうかを
  67 .B rmid 
  68 が確認できます。特に、
  69 .B CommandEnvironment
  70 により指定されるコマンドやオプション、および
  71 .B ActivationGroupDesc
  72 のコンストラクタに渡されるすべての




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

  25 .SH "名前"
  26 rmid \- RMI 起動システムデーモン
  27 .LP
  28 
  29 .LP
  30 .LP
  31 \f3rmid\fP で起動システムデーモンを開始すると、オブジェクトを仮想マシン (VM) に登録して起動できるようになります。
  32 .LP
  33 .SH "形式"
  34 .B rmid 
  35 [
  36 .I options
  37 ]
  38 .SH "機能説明"
  39 .IX "RMI activation system daemon" "" "RMI activation system daemon \(em \fLrmid\fP"
  40 .IX "rmid" "" "\fLrmid\fP \(em RMI activation system daemon"
  41 .B rmid
  42 ツールは、起動システムデーモンを開始します。起動可能なオブジェクトを起動
  43 システムに登録したり、Java VM でアクティブにしたりするには、あらかじめ起動
  44 システムデーモンを開始しておく必要があります。
  45 起動可能なリモートオブジェクト
  46 を使ったプログラムの作成方法についての詳細は、Java RMI の仕様
  47 .fi
  48  (http://docs.oracle.com/javase/6/docs/platform/rmi/spec/rmiTOC.html) 
  49 および起動のチュートリアル
  50 .fi
  51  (http://docs.oracle.com/javase/6/docs/technotes/guides/rmi/activation/overview.html) 
  52 を参照してください。
  53 .LP
  54 起動システムデーモンは、次のようにセキュリティポリシーファイルを指定して
  55 .B rmid
  56 コマンドを実行することによって開始できます。 
  57 .LP
  58 .ti +5n
  59 .B % rmid \-J\-Djava.security.policy=rmid.policy
  60 .LP
  61 注: Sun の
  62 .BR rmid
  63 実装を実行する場合、デフォルトではセキュリティポリシーファイルを指定する必要があります。そうすることで、起動グループ用の JVM の起動に、各
  64 .B ActivationGroupDesc
  65 内の情報を使用できるかどうかを
  66 .B rmid 
  67 が確認できます。特に、
  68 .B CommandEnvironment
  69 により指定されるコマンドやオプション、および
  70 .B ActivationGroupDesc
  71 のコンストラクタに渡されるすべての


< prev index next >