Class ManifoldCF.DatabaseShutdown

  • All Implemented Interfaces:
    IShutdownHook
    Enclosing class:
    ManifoldCF

    protected static class ManifoldCF.DatabaseShutdown
    extends java.lang.Object
    implements IShutdownHook
    Class that cleans up database handles on exit
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void closeDatabase()  
      void doCleanup​(IThreadContext threadContext)
      Do the requisite cleanup.
      protected void finalize()
      Finalizer, which is designed to catch class unloading that tomcat 5.5 does.
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait