| Package | Description |
|---|---|
| org.alfresco.bm.driver.event | |
| org.alfresco.bm.driver.event.selector |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEventProcessor
Basic services for the
event processor implementations
Read 'good practice' notes for documenting behaviour. |
class |
CreateSessionsEventProcessor
Ensures that a certain number of sessions are active when it takes samples
and raises more events for session creation, if required.
|
class |
DoNothingEventProcessor
This processor does nothing with the event and produces no further output.
|
class |
RaiseEventsEventProcessor
Emits a given number of events at a given frequency for a given time.
|
class |
RaiseSingleEventEventProcessor
Emits a each of a list of events exactly once.
|
class |
RenameEventProcessor
Deprecated.
From 2.0, use the
RedirectEventProducer. |
class |
ResultBarrier
Simple barrier that reschedules itself until a number of eventresults (
RecordedEvents) are
available. |
| Modifier and Type | Method and Description |
|---|---|
EventProcessor |
EventProcessorRegistry.getProcessor(String eventName)
Get the processor that must handle events with the given name
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventProcessorRegistry.register(String eventName,
EventProcessor processor)
Register a processor for a given event name
|
| 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
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEventSelectorProcessor
Event processor that uses an eventSelector to choose the next event.
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.