< prev index next >

src/solaris/doc/sun/man/man1/ja/rmid.1

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


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




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


< prev index next >