Uses of Class
com.suse.coco.module.AttestationModuleLoader
-
Packages that use AttestationModuleLoader Package Description com.suse.coco.attestation -
-
Uses of AttestationModuleLoader in com.suse.coco.attestation
Fields in com.suse.coco.attestation declared as AttestationModuleLoader Modifier and Type Field Description private AttestationModuleLoaderProcessingThread. moduleLoaderConstructors in com.suse.coco.attestation with parameters of type AttestationModuleLoader Constructor Description AttestationQueueProcessor(javax.sql.DataSource dataSource, AttestationResultService service, java.util.concurrent.ExecutorService executorService, AttestationModuleLoader moduleLoader, int batchSize)Create an attestation queue processor.AttestationQueueProcessor(org.apache.ibatis.session.SqlSessionFactory sessionFactory, Configuration configuration, AttestationModuleLoader moduleLoader)Create an attestation queue processor.ProcessingThread(AttestationResultService serviceIn, java.util.concurrent.ExecutorService executorServiceIn, AttestationModuleLoader moduleLoaderIn, int batchSizeIn)
-