Uses of Interface
org.alfresco.bm.event.ResultService

Packages that use ResultService
org.alfresco.bm.event   
org.alfresco.bm.event.mongo   
org.alfresco.bm.server   
 

Uses of ResultService in org.alfresco.bm.event
 

Constructors in org.alfresco.bm.event with parameters of type ResultService
EventWork(String serverId, String testRunFqn, Event event, EventProcessor processor, EventService eventService, ResultService resultService)
          Construct work to be executed by a thread
ResultBarrier(String countEventName, long expectedCount, String nextEventName, ResultService resultService)
          Create a new barrier.
 

Uses of ResultService in org.alfresco.bm.event.mongo
 

Classes in org.alfresco.bm.event.mongo that implement ResultService
 class MongoResultService
          A Mongo-based implementation of the results for benchmark test runs.
 

Uses of ResultService in org.alfresco.bm.server
 

Constructors in org.alfresco.bm.server with parameters of type ResultService
EventController(String serverId, String testRunFqn, EventService eventService, EventProcessorRegistry eventProcessors, ExecutorService executor, ResultService resultService)
          Construct the controller
 



Copyright © 2012. All Rights Reserved.