Drools :: Core 6.2.0.Final

org.drools.core.concurrent
Class ExecutorProviderImpl

java.lang.Object
  extended by org.drools.core.concurrent.ExecutorProviderImpl
All Implemented Interfaces:
org.kie.api.concurrent.KieExecutors, org.kie.api.Service

public class ExecutorProviderImpl
extends Object
implements org.kie.api.concurrent.KieExecutors


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.kie.api.concurrent.KieExecutors
org.kie.api.concurrent.KieExecutors.Pool
 
Constructor Summary
ExecutorProviderImpl()
           
 
Method Summary
<T> CompletionService<T>
getCompletionService()
           
 Executor getExecutor()
           
 Executor newSingleThreadExecutor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutorProviderImpl

public ExecutorProviderImpl()
Method Detail

getExecutor

public Executor getExecutor()
Specified by:
getExecutor in interface org.kie.api.concurrent.KieExecutors

newSingleThreadExecutor

public Executor newSingleThreadExecutor()
Specified by:
newSingleThreadExecutor in interface org.kie.api.concurrent.KieExecutors

getCompletionService

public <T> CompletionService<T> getCompletionService()
Specified by:
getCompletionService in interface org.kie.api.concurrent.KieExecutors

Drools :: Core 6.2.0.Final

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.