Class DBPatchCheck


  • public class DBPatchCheck
    extends java.lang.Object
    Hook run by the context. This hook tests the database version against the software version on start().
    Since:
    3.0-Beta3
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.slf4j.Logger log  
    • Constructor Summary

      Constructors 
      Constructor Description
      DBPatchCheck​(ome.util.SqlAction sql, ome.system.PreferenceContext prefs)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void start()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • log

        public static final org.slf4j.Logger log
    • Constructor Detail

      • DBPatchCheck

        public DBPatchCheck​(ome.util.SqlAction sql,
                            ome.system.PreferenceContext prefs)
    • Method Detail

      • start

        public void start()
                   throws java.lang.Exception
        Throws:
        java.lang.Exception