Class DigestDiffWorker

  • All Implemented Interfaces:
    java.lang.Runnable

    public class DigestDiffWorker
    extends DbWorker
    Worker for DigestDiff.
    Since:
    2.0.0
    Author:
    Lijun Liao (xipki)
    • Constructor Summary

      Constructors 
      Constructor Description
      DigestDiffWorker​(org.xipki.datasource.DataSourceFactory datasourceFactory, org.xipki.password.PasswordResolver passwordResolver, boolean revokedOnly, java.lang.String refDbConfFile, java.lang.String targetDbConfFile, java.lang.String reportDirName, int numCertsPerSelect, int numThreads, java.util.Set<byte[]> includeCaCerts)  
    • Method Summary

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

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

      • DigestDiffWorker

        public DigestDiffWorker​(org.xipki.datasource.DataSourceFactory datasourceFactory,
                                org.xipki.password.PasswordResolver passwordResolver,
                                boolean revokedOnly,
                                java.lang.String refDbConfFile,
                                java.lang.String targetDbConfFile,
                                java.lang.String reportDirName,
                                int numCertsPerSelect,
                                int numThreads,
                                java.util.Set<byte[]> includeCaCerts)
                         throws org.xipki.password.PasswordResolverException,
                                java.io.IOException
        Throws:
        org.xipki.password.PasswordResolverException
        java.io.IOException
    • Method Detail

      • close0

        protected void close0()
        Specified by:
        close0 in class DbWorker
      • run0

        protected void run0()
                     throws java.lang.Exception
        Specified by:
        run0 in class DbWorker
        Throws:
        java.lang.Exception