xmlBlaster 2.2.0 API

org.xmlBlaster.util.dispatch
Class DispatchWorkerPool.DeamonThreadFactory

java.lang.Object
  extended by org.xmlBlaster.util.dispatch.DispatchWorkerPool.DeamonThreadFactory
All Implemented Interfaces:
java.util.concurrent.ThreadFactory
Enclosing class:
DispatchWorkerPool

protected static class DispatchWorkerPool.DeamonThreadFactory
extends java.lang.Object
implements java.util.concurrent.ThreadFactory


Field Summary
private  int count
           
private  java.lang.String id
           
private  int priority
           
 
Constructor Summary
DispatchWorkerPool.DeamonThreadFactory(java.lang.String id, int priority)
           
 
Method Summary
 java.lang.Thread newThread(java.lang.Runnable command)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

private final java.lang.String id

priority

private final int priority

count

private int count
Constructor Detail

DispatchWorkerPool.DeamonThreadFactory

DispatchWorkerPool.DeamonThreadFactory(java.lang.String id,
                                       int priority)
Method Detail

newThread

public java.lang.Thread newThread(java.lang.Runnable command)
Specified by:
newThread in interface java.util.concurrent.ThreadFactory

xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.