|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object java.lang.Thread misima.misimaInputPlug
public class misimaInputPlug
misima SOAP WebService 出力データ読込スレッド $Id: misimaInputPlug.java,v 1.13 2007/12/02 07:57:53 isao Exp $ Copyright(c) 2005-2007, isao yasuda, All Rights Reserved. ---- 1.概要 misima 出力データ(標準/エラー出力)を読みオブジェクトに格納する. 2.仕様 (1)スレッドで misima 子プロセスの出力ポートから読む. (2)標準出力・標準エラーどちらを処理するかをカテゴリーにより決定する.
入れ子のクラスの概要 |
---|
クラス java.lang.Thread から継承された入れ子のクラス/インタフェース |
---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
フィールドの概要 | |
---|---|
private int |
c
受信文字 |
private boolean |
cat
受信カテゴリー |
private misimaEdit |
me
結果格納クラス |
private java.io.BufferedReader |
mo
misima 標準出力 |
private static org.apache.log4j.Logger |
mslog
ロガー |
private int |
rc
受信文字数 |
private java.lang.StringBuffer |
rt
結果バッファ |
クラス java.lang.Thread から継承されたフィールド |
---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
コンストラクタの概要 | |
---|---|
misimaInputPlug(misimaEdit me,
java.io.InputStream in,
boolean cat)
misima 出力データ読込 |
メソッドの概要 | |
---|---|
void |
run()
misima 変換結果を取得する. |
クラス java.lang.Thread から継承されたメソッド |
---|
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
フィールドの詳細 |
---|
private java.io.BufferedReader mo
private java.lang.StringBuffer rt
private int c
private int rc
private misimaEdit me
private boolean cat
private static org.apache.log4j.Logger mslog
コンストラクタの詳細 |
---|
public misimaInputPlug(misimaEdit me, java.io.InputStream in, boolean cat) throws java.io.IOException
me
- 変換結果オブジェクトin
- misimaからの入力ストリームcat
- 通信カテゴリー (true: stdout; false: stderr;)
java.io.IOException
メソッドの詳細 |
---|
public void run()
java.lang.Runnable
内の run
java.lang.Thread
内の run
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |