com.jdroid.java.concurrent
Class NormalPriorityThreadFactory

java.lang.Object
  extended by com.jdroid.java.concurrent.AbstractThreadFactory
      extended by com.jdroid.java.concurrent.NormalPriorityThreadFactory
All Implemented Interfaces:
ThreadFactory

public class NormalPriorityThreadFactory
extends AbstractThreadFactory


Constructor Summary
NormalPriorityThreadFactory()
           
NormalPriorityThreadFactory(String namePrefix)
           
 
Method Summary
protected  int getThreadsPriority()
           
 
Methods inherited from class com.jdroid.java.concurrent.AbstractThreadFactory
newThread
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NormalPriorityThreadFactory

public NormalPriorityThreadFactory(String namePrefix)

NormalPriorityThreadFactory

public NormalPriorityThreadFactory()
Method Detail

getThreadsPriority

protected int getThreadsPriority()
Specified by:
getThreadsPriority in class AbstractThreadFactory
See Also:
AbstractThreadFactory.getThreadsPriority()


Copyright © 2014. All rights reserved.