play.utils
Class PThreadFactory

java.lang.Object
  extended by play.utils.PThreadFactory
All Implemented Interfaces:
java.util.concurrent.ThreadFactory

public class PThreadFactory
extends java.lang.Object
implements java.util.concurrent.ThreadFactory


Constructor Summary
PThreadFactory(java.lang.String poolName)
           
 
Method Summary
 java.lang.Thread newThread(java.lang.Runnable r)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PThreadFactory

public PThreadFactory(java.lang.String poolName)
Method Detail

newThread

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


Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly