Class DBStatus


  • public class DBStatus
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      DBStatus​(java.lang.String FilePath)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void Load​(Database DB)  
      void Update​(Database DB, java.lang.String Status)  
      • Methods inherited from class java.lang.Object

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

      • DBStatus

        public DBStatus​(java.lang.String FilePath)
    • Method Detail

      • Load

        public void Load​(Database DB)
                  throws java.io.FileNotFoundException,
                         java.io.IOException
        Throws:
        java.io.FileNotFoundException
        java.io.IOException
      • Update

        public void Update​(Database DB,
                           java.lang.String Status)
                    throws java.lang.Exception
        Throws:
        java.lang.Exception