play.utils
类 PThreadFactory

java.lang.Object
  继承者 play.utils.PThreadFactory
所有已实现的接口:
java.util.concurrent.ThreadFactory

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


构造方法摘要
PThreadFactory(java.lang.String poolName)
           
 
方法摘要
 java.lang.Thread newThread(java.lang.Runnable r)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

PThreadFactory

public PThreadFactory(java.lang.String poolName)
方法详细信息

newThread

public java.lang.Thread newThread(java.lang.Runnable r)
指定者:
接口 java.util.concurrent.ThreadFactory 中的 newThread


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