org.jbehave.core.embedder.executors
Class FixedThreadExecutors
java.lang.Object
org.jbehave.core.embedder.executors.FixedThreadExecutors
- All Implemented Interfaces:
- ExecutorServiceFactory
public class FixedThreadExecutors
- extends Object
- implements ExecutorServiceFactory
Creates instances of Executors.newFixedThreadPool(int)
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FixedThreadExecutors
public FixedThreadExecutors()
create
public ExecutorService create(EmbedderControls controls)
- Specified by:
create
in interface ExecutorServiceFactory
Copyright © 2003-2012. All Rights Reserved.