Class DBStartUpShutDown

java.lang.Object
org.eclnt.ccee.db.DBStartUpShutDown
All Implemented Interfaces:
org.eclnt.jsfserver.util.IStartUp, org.eclnt.jsfserver.util.IStartUpWithShutDown

public class DBStartUpShutDown extends Object implements org.eclnt.jsfserver.util.IStartUpWithShutDown
  • Constructor Details

    • DBStartUpShutDown

      public DBStartUpShutDown()
  • Method Details

    • startUp

      public void startUp()
      Specified by:
      startUp in interface org.eclnt.jsfserver.util.IStartUp
    • shutDown

      public void shutDown()
      Specified by:
      shutDown in interface org.eclnt.jsfserver.util.IStartUpWithShutDown
    • checkIfShutDownIsRequired

      protected boolean checkIfShutDownIsRequired()
    • shutDownExecute

      protected void shutDownExecute()
    • shutDownDriver

      protected void shutDownDriver()
    • shutDownDatabase

      protected void shutDownDatabase()
    • shutDownConnectionPools

      protected void shutDownConnectionPools()