org.drools.spi
Class ExecutorServiceFactory

java.lang.Object
  extended by org.drools.spi.ExecutorServiceFactory

public class ExecutorServiceFactory
extends Object

Factory class that will return a ExecutorService based on the provided string className


Constructor Summary
ExecutorServiceFactory()
           
 
Method Summary
static ExecutorService createExecutorService(String className)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutorServiceFactory

public ExecutorServiceFactory()
Method Detail

createExecutorService

public static ExecutorService createExecutorService(String className)


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.