com.mchange.v1.util
Class CleanupUtils

java.lang.Object
  extended by com.mchange.v1.util.CleanupUtils

Deprecated. use functions in per-closeable resouce utility classes

public final class CleanupUtils
extends Object


Method Summary
static void attemptClose(Connection con)
          Deprecated.  
static void attemptClose(Statement stmt)
          Deprecated.  
static void attemptRollback(Connection con)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

attemptClose

public static void attemptClose(Statement stmt)
Deprecated. 

attemptClose

public static void attemptClose(Connection con)
Deprecated. 

attemptRollback

public static void attemptRollback(Connection con)
Deprecated.