test.jp.co.scs.mbench.stub
クラス StubBenchmarkManagerLogWriter

java.lang.Object
  上位を拡張 java.lang.Thread
      上位を拡張 jp.co.scs.mbench.LogWriter
          上位を拡張 test.jp.co.scs.mbench.stub.StubBenchmarkManagerLogWriter
すべての実装されたインタフェース:
java.lang.Runnable
直系の既知のサブクラス:
StubBenchmarkManagerLogWriter2, StubBenchmarkManagerLogWriter3

public class StubBenchmarkManagerLogWriter
extends LogWriter

The stub for testing BenchmarkManager. Null implementation.

作成者:
Tetsuro Ikeda

入れ子のクラスの概要
 
クラス java.lang.Thread から継承された入れ子のクラス/インタフェース
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler
 
フィールドの概要
 
クラス jp.co.scs.mbench.LogWriter から継承されたフィールド
DEBUG, ERROR, INFO
 
クラス java.lang.Thread から継承されたフィールド
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
コンストラクタの概要
StubBenchmarkManagerLogWriter(java.lang.String logName)
           
 
メソッドの概要
 void clean()
          clean
 void init()
          initializes
 void write(int level, java.lang.String desc)
          Add system log to the queue.
 
クラス jp.co.scs.mbench.LogWriter から継承されたメソッド
getLogLevel, getLogName, getLogQueueSize, isInitialized, isRunning, run, setLogLevel, setLogName
 
クラス 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 から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

StubBenchmarkManagerLogWriter

public StubBenchmarkManagerLogWriter(java.lang.String logName)
メソッドの詳細

init

public void init()
          throws BenchmarkTerminateException
クラス LogWriter の記述:
initializes

オーバーライド:
クラス LogWriter 内の init
例外:
BenchmarkTerminateException - benchmark should be terminated

write

public void write(int level,
                  java.lang.String desc)
クラス LogWriter の記述:
Add system log to the queue.

オーバーライド:
クラス LogWriter 内の write
パラメータ:
level - log level for this log
desc - matter of log

clean

public void clean()
クラス LogWriter の記述:
clean

オーバーライド:
クラス LogWriter 内の clean