public class EventWork extends Object implements Runnable
event processor,
which does not need to know anything about the events or event recording.| Constructor and Description |
|---|
EventWork(String driverId,
String testRunFqn,
Event event,
String[] driverIds,
EventProcessor processor,
EventProducerRegistry eventProducers,
EventService eventService,
ResultService resultService,
SessionService sessionService,
TestRunLogService logService)
Construct work to be executed by a thread
|
public EventWork(String driverId, String testRunFqn, Event event, String[] driverIds, EventProcessor processor, EventProducerRegistry eventProducers, EventService eventService, ResultService resultService, SessionService sessionService, TestRunLogService logService)
driverId - the identifier of the driver process handling the eventtestRunFqn - the fully qualified name of the test run initiating the workevent - the event to be processeddriverIds - the current list of driver IDs operating on this test runprocessor - the component that will do the actual processingeventProducers - the registry to convert events before persistenceeventService - the queue events that will be updated with new eventsresultService - the service to store results of the executionsessionService - the service manage sessionslogService - the service to report any issuesCopyright © 2005–2018 Alfresco Software. All rights reserved.