org.ow2.util.pool.impl.enhanced.impl.thread.managementthread
Class ManagementThreadReusableThreadFactory

java.lang.Object
  extended by org.ow2.util.pool.impl.enhanced.impl.thread.managementthread.ManagementThreadReusableThreadFactory
All Implemented Interfaces:
IPoolItemFactory<IReusableThread>

public class ManagementThreadReusableThreadFactory
extends java.lang.Object
implements IPoolItemFactory<IReusableThread>

Author:
Gael Lalire

Constructor Summary
ManagementThreadReusableThreadFactory()
           
ManagementThreadReusableThreadFactory(boolean daemonThreadCreator)
           
 
Method Summary
 IReusableThread createPoolItem()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagementThreadReusableThreadFactory

public ManagementThreadReusableThreadFactory()

ManagementThreadReusableThreadFactory

public ManagementThreadReusableThreadFactory(boolean daemonThreadCreator)
Method Detail

createPoolItem

public IReusableThread createPoolItem()
Specified by:
createPoolItem in interface IPoolItemFactory<IReusableThread>
Returns:
a new pool item


Copyright © 2007-2009 OW2 Consortium. All Rights Reserved.