Package org.xipki.ca.mgmt.db.diffdb
Class DigestDiffWorker
- java.lang.Object
-
- org.xipki.ca.mgmt.db.DbWorker
-
- org.xipki.ca.mgmt.db.diffdb.DigestDiffWorker
-
- All Implemented Interfaces:
java.lang.Runnable
public class DigestDiffWorker extends DbWorker
Worker for DigestDiff.- Since:
- 2.0.0
- Author:
- Lijun Liao (xipki)
-
-
Field Summary
-
Fields inherited from class org.xipki.ca.mgmt.db.DbWorker
datasource, stopMe
-
-
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 voidclose0()protected voidrun0()
-
-
-
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.PasswordResolverExceptionjava.io.IOException
-
-