net.sourceforge.acelogger.execution
Class DaemonThreadFactory

java.lang.Object
  extended by net.sourceforge.acelogger.execution.DaemonThreadFactory
All Implemented Interfaces:
ThreadFactory

public class DaemonThreadFactory
extends Object
implements ThreadFactory

A ThreadFactory that produces daemon threads.

Since:
1.0.0
Version:
1.0.0
Author:
Zardi (https://sourceforge.net/users/daniel_zardi)

Constructor Summary
DaemonThreadFactory(String identifier)
          Constructs a new DaemonThreadFactory with the supplied identifier.
 
Method Summary
 Thread newThread(Runnable command)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DaemonThreadFactory

public DaemonThreadFactory(String identifier)
Constructs a new DaemonThreadFactory with the supplied identifier.

Parameters:
identifier - The string that identifies this tread factory.
Since:
1.0.0
Method Detail

newThread

public Thread newThread(Runnable command)

Specified by:
newThread in interface ThreadFactory


Copyright © 2007-2010 The AceLogger Team. All Rights Reserved.