Class AnnotationBasedFactory

    • Constructor Detail

      • AnnotationBasedFactory

        public AnnotationBasedFactory()
    • Method Detail

      • signalScanCompletion

        protected void signalScanCompletion​(boolean succeeded)
      • blockWhileScanning

        protected void blockWhileScanning()
      • getMaxThreads

        protected int getMaxThreads()
        Suggests a maximum amount of threads to be allocated to annotation scanning for each individual factory.
        Returns:
        suggested maximum amount of threads
        See Also:
        executorService, Adempiere.getThreadPoolExecutor()
      • getScanFailureHandler

        protected io.github.classgraph.ClassGraph.FailureHandler getScanFailureHandler()