org.jboss.resource.connectionmanager
Class PoolFiller

java.lang.Object
  extended byorg.jboss.resource.connectionmanager.PoolFiller
All Implemented Interfaces:
java.lang.Runnable

public class PoolFiller
extends java.lang.Object
implements java.lang.Runnable

PoolFiller.java Created: Fri Jan 4 13:35:21 2002


Constructor Summary
PoolFiller()
           
 
Method Summary
static void fillPool(InternalManagedConnectionPool (src)  mcp)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PoolFiller

public PoolFiller()
Method Detail

fillPool

public static void fillPool(InternalManagedConnectionPool (src)  mcp)

run

public void run()
Specified by:
run in interface java.lang.Runnable