org.infinispan.executors
Class DefaultExecutorFactory
java.lang.Object
org.infinispan.executors.DefaultExecutorFactory
- All Implemented Interfaces:
- ExecutorFactory
public class DefaultExecutorFactory
- extends Object
- implements ExecutorFactory
Default executor factory that creates executors using the JDK Executors service.
- Since:
- 4.0
- Author:
- Manik Surtani
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultExecutorFactory
public DefaultExecutorFactory()
getExecutor
public ExecutorService getExecutor(Properties p)
- Specified by:
getExecutor
in interface ExecutorFactory
Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.