org.ow2.util.pool.impl.enhanced.impl.thread.workmanager
Class WorkManagerReusableThreadFactory

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

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

Author:
Gael Lalire

Constructor Summary
WorkManagerReusableThreadFactory(javax.resource.spi.work.WorkManager workManager)
           
 
Method Summary
 IReusableThread createPoolItem()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkManagerReusableThreadFactory

public WorkManagerReusableThreadFactory(javax.resource.spi.work.WorkManager workManager)
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.