net.sf.infrared.bootstrap
Class ResourceTracker

java.lang.Object
  extended bynet.sf.infrared.bootstrap.ResourceTracker

public class ResourceTracker
extends Object

Utility class to track resource leaks (Connection leaks, Statement, ResultSet etc).


Constructor Summary
ResourceTracker(String resourceName)
           
ResourceTracker(String resourceName, boolean trackAquisitionLocation)
           
 
Method Summary
 void close()
           
protected  void finalize()
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceTracker

public ResourceTracker(String resourceName)

ResourceTracker

public ResourceTracker(String resourceName,
                       boolean trackAquisitionLocation)
Method Detail

close

public void close()

finalize

protected void finalize()
                 throws Throwable
Throws:
Throwable