org.jbehave.core.embedder.executors
Class SameThreadExecutors

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

public class SameThreadExecutors
extends Object
implements ExecutorServiceFactory

Creates instances of MoreExecutors.sameThreadExecutor().


Constructor Summary
SameThreadExecutors()
           
 
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

SameThreadExecutors

public SameThreadExecutors()
Method Detail

create

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


Copyright © 2003-2012. All Rights Reserved.