org.drools.concurrent
Class DroolsThreadPoolFactoryImpl
java.lang.Object
org.drools.concurrent.DroolsThreadPoolFactoryImpl
public class DroolsThreadPoolFactoryImpl
- extends Object
This is an Drools Thread Pool Factory Implementation
responsible for making any required thread pools
available to Drools. The purpose of this class is to
enable Drools to directly instantiate thread pools
when running stand-alone or use managed thread pools
in JEE, Spring, or other similar managed environments
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DroolsThreadPoolFactoryImpl
public DroolsThreadPoolFactoryImpl()
DroolsThreadPoolFactoryImpl
public DroolsThreadPoolFactoryImpl(ExecutorService executorService)
getExecutorService
public ExecutorService getExecutorService()
setExecutorService
public void setExecutorService(ExecutorService executorService)
getThreadBoundedExecutorService
public ExecutorService getThreadBoundedExecutorService(int maxThreadCount)
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.