org.jbehave.core.embedder.executors
Class FixedThreadExecutors

java.lang.Object
  extended by org.jbehave.core.embedder.executors.FixedThreadExecutors
All Implemented Interfaces:
ExecutorServiceFactory

public class FixedThreadExecutors
extends Object
implements ExecutorServiceFactory

Creates instances of Executors.newFixedThreadPool(int).


Constructor Summary
FixedThreadExecutors()
           
 
Method Summary
 ExecutorService create(EmbedderControls controls)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FixedThreadExecutors

public FixedThreadExecutors()
Method Detail

create

public ExecutorService create(EmbedderControls controls)
Specified by:
create in interface ExecutorServiceFactory


Copyright © 2003-2012. All Rights Reserved.