org.drools.concurrent
Class ExecutorProviderImpl

java.lang.Object
  extended by org.drools.concurrent.ExecutorProviderImpl
All Implemented Interfaces:
org.drools.concurrent.ExecutorProvider, org.drools.Service

public class ExecutorProviderImpl
extends Object
implements org.drools.concurrent.ExecutorProvider


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.drools.concurrent.ExecutorProvider

getCompletionService

public <T> CompletionService<T> getCompletionService()
Specified by:
getCompletionService in interface org.drools.concurrent.ExecutorProvider


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