psdi.iface.load

Interface ObjectRecoveryService

    • Method Detail

      • startRecovery

        boolean startRecovery()
                       throws java.lang.Exception
        Creates a recovery file in the recovery folder
        Returns:
        boolean
        Throws:
        java.lang.Exception
      • endRecovery

        void endRecovery()
                  throws java.lang.Exception
        deletes recovery file, folder and creates Backup file.
        Throws:
        java.lang.Exception
      • releaseResources

        void releaseResources()
        close the file handle
      • writeRecoveryUnit

        void writeRecoveryUnit(java.lang.String unit)
                        throws java.lang.Exception
        write recovery content
        Parameters:
        unit -
        Throws:
        java.lang.Exception
      • readRecoveryUnit

        java.lang.String readRecoveryUnit()
                                   throws java.lang.Exception
        Read recovery file.
        Returns:
        String line number
        Throws:
        java.lang.Exception