Class JNDIThreadPoolService

    • Constructor Detail

      • JNDIThreadPoolService

        public JNDIThreadPoolService()
    • Method Detail

      • executeTask

        public void executeTask​(Runnable work,
                                Object config)
        Description copied from interface: BatchThreadPoolService
        (Required) Runs the given task. A task is usually short lived
        Specified by:
        executeTask in interface BatchThreadPoolService
        Parameters:
        work - The task to execute
        config - Optional configuration to customize the execution. The Container always passes a null value. Typically used when other user plugins wish to use the ExecutorService to execute tasks.