Class PriorityThreadFactory

java.lang.Object
de.arstwo.twotil.PriorityThreadFactory
All Implemented Interfaces:
ThreadFactory

public class PriorityThreadFactory extends Object implements ThreadFactory
A ThreadFactory to create threads with a given priority.
  • Constructor Details

    • PriorityThreadFactory

      public PriorityThreadFactory(String name, int maxPriority)
  • Method Details