Class CleanupUtils


  • public final class CleanupUtils
    extends java.lang.Object
    Deprecated.
    use functions in per-closeable resouce utility classes
    • Method Summary

      All Methods Static Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static void attemptClose​(java.sql.Connection con)
      Deprecated.
       
      static void attemptClose​(java.sql.Statement stmt)
      Deprecated.
       
      static void attemptRollback​(java.sql.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​(java.sql.Statement stmt)
        Deprecated.
      • attemptClose

        public static void attemptClose​(java.sql.Connection con)
        Deprecated.
      • attemptRollback

        public static void attemptRollback​(java.sql.Connection con)
        Deprecated.