|
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjava.util.TimerTask
org.opengion.fukurou.util.HybsTimerTask
org.opengion.plugin.daemon.Daemon_RunShell
public class Daemon_RunShell
【Shell実行】 指定したパラメータでShellを実行します。 このクラスは、HybsTimerTask を継承した タイマータスククラスです。 startDaemon() がタイマータスクによって、呼び出されます。 接続のためのパラメータは以下です fukurouのShellをキックするパラメータと同じです。 program : 動作プオグラム workDir : 実行ディレクトリ useBatch : BATCHプロセスを実行するのかどうか(初期値:false) stdout : 標準出を出力するかどうか(初期値:false) stderr : エラー出力を出力するかどうか(初期値:false) wait : プロセスの終了を待つ(true)/待たない(false) (初期値:true)
| 5.6.9.1 (2013/10/11) 新規作成 |
| コンストラクタの概要 | |
|---|---|
Daemon_RunShell()
|
|
| メソッドの概要 | |
|---|---|
void |
initDaemon()
このタイマータスクによって初期化されるアクションです。 |
protected void |
startDaemon()
タイマータスクのデーモン処理の開始ポイントです。 |
| クラス org.opengion.fukurou.util.HybsTimerTask から継承されたメソッド |
|---|
cancel, compareTo, equals, getBody, getComment, getCreateTime, getName, getUniqKey, getValue, hashCode, isAlive, run, setBody, setComment, setErrorSleepSec, setName, setParameter, setStartTime, setStopTime, toString |
| クラス java.util.TimerTask から継承されたメソッド |
|---|
scheduledExecutionTime |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public Daemon_RunShell()
| メソッドの詳細 |
|---|
public void initDaemon()
HybsTimerTask 内の initDaemonprotected void startDaemon()
HybsTimerTask 内の startDaemonHybsTimerTask.run()
|
openGion 5.7.8.0 | ||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||