org.fourthline.cling
Class DefaultUpnpServiceConfiguration.ClingThreadFactory

java.lang.Object
  extended by org.fourthline.cling.DefaultUpnpServiceConfiguration.ClingThreadFactory
All Implemented Interfaces:
ThreadFactory
Enclosing class:
DefaultUpnpServiceConfiguration

public static class DefaultUpnpServiceConfiguration.ClingThreadFactory
extends Object
implements ThreadFactory


Field Summary
protected  ThreadGroup group
           
protected  String namePrefix
           
protected  AtomicInteger threadNumber
           
 
Constructor Summary
DefaultUpnpServiceConfiguration.ClingThreadFactory()
           
 
Method Summary
 Thread newThread(Runnable r)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

group

protected final ThreadGroup group

threadNumber

protected final AtomicInteger threadNumber

namePrefix

protected final String namePrefix
See Also:
Constant Field Values
Constructor Detail

DefaultUpnpServiceConfiguration.ClingThreadFactory

public DefaultUpnpServiceConfiguration.ClingThreadFactory()
Method Detail

newThread

public Thread newThread(Runnable r)
Specified by:
newThread in interface ThreadFactory


Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.