org.jboss.ejb3.pool
Class ThreadlocalPoolFactory

java.lang.Object
  extended by org.jboss.ejb3.pool.ThreadlocalPoolFactory
All Implemented Interfaces:
PoolFactory

public class ThreadlocalPoolFactory
extends java.lang.Object
implements PoolFactory

Factory for obtaining ThreadlocalPool instances


Constructor Summary
ThreadlocalPoolFactory()
           
 
Method Summary
 Pool createPool()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadlocalPoolFactory

public ThreadlocalPoolFactory()
Method Detail

createPool

public Pool createPool()
Specified by:
createPool in interface PoolFactory