Package org.drools.core.concurrent
Class ExecutorProviderImpl
java.lang.Object
org.drools.core.concurrent.ExecutorProviderImpl
- All Implemented Interfaces:
Comparable<KieService>,KieExecutors,KieService
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.kie.api.concurrent.KieExecutors
KieExecutors.Pool -
Field Summary
FieldsFields inherited from interface org.kie.api.internal.utils.KieService
UNDEFINED -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.kie.api.internal.utils.KieService
compareTo, servicePriority, serviceTag
-
Field Details
-
EXECUTOR_SERVICE_PROPERTY
- See Also:
-
DEFAULT_JEE_EXECUTOR_SERVICE_NAME
- See Also:
-
THREAD_FACTORY_PROPERTY
- See Also:
-
-
Constructor Details
-
ExecutorProviderImpl
public ExecutorProviderImpl()
-
-
Method Details
-
getExecutor
- Specified by:
getExecutorin interfaceKieExecutors
-
newSingleThreadExecutor
- Specified by:
newSingleThreadExecutorin interfaceKieExecutors
-
newFixedThreadPool
- Specified by:
newFixedThreadPoolin interfaceKieExecutors
-
newFixedThreadPool
- Specified by:
newFixedThreadPoolin interfaceKieExecutors
-
getCompletionService
- Specified by:
getCompletionServicein interfaceKieExecutors
-