Drools :: Core 6.0.0.Beta5

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


Constructor Summary
ExecutorProviderImpl()
           
 
Method Summary
<T> CompletionService<T>
getCompletionService()
           
 Executor getExecutor()
           
 
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

getCompletionService

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

Drools :: Core 6.0.0.Beta5

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