jp.terasoluna.fw.collector
クラス CollectorThreadFactory

java.lang.Object
  上位を拡張 jp.terasoluna.fw.collector.CollectorThreadFactory
すべての実装されたインタフェース:
ThreadFactory

public class CollectorThreadFactory
extends Object
implements ThreadFactory

CollectorThreadFactory.

コレクタが生成するスレッド用のスレッドファクトリ。


コンストラクタの概要
CollectorThreadFactory()
          CollectorThreadFactoryコンストラクタ.
 
メソッドの概要
 Thread newThread(Runnable r)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

CollectorThreadFactory

public CollectorThreadFactory()
CollectorThreadFactoryコンストラクタ.

メソッドの詳細

newThread

public Thread newThread(Runnable r)
定義:
インタフェース ThreadFactory 内の newThread


Copyright © 2011. All Rights Reserved.