Package | Description |
---|---|
org.alfresco.bm.event | |
org.alfresco.bm.event.selector | |
org.alfresco.bm.event.user | |
org.alfresco.bm.http | |
org.alfresco.bm.user |
Modifier and Type | Class and Description |
---|---|
class |
AbstractEventProcessor
Basic services for the
event processor implementations
Read 'good practice' notes for documenting behaviour. |
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 |
RenameEventProcessor
Simply emits a single event using the inbound data.
|
class |
ResultBarrier
Simple barrier that reschedules itself until a number of eventresults (
RecordedEvent s) 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 serverId,
String testRunFqn,
Event event,
EventProcessor processor,
EventService eventService,
ResultService resultService)
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.
|
Modifier and Type | Class and Description |
---|---|
class |
CheckUserCountEventProcessor
An event processor that ensures the presence of a minimum number of users.
|
Modifier and Type | Class and Description |
---|---|
class |
AuthenticatedHttpEventProcessor
A base class used for
EventProcessor s that makes use of HTTP-calls
that should be done when authenticated against Alfresco. |
Modifier and Type | Class and Description |
---|---|
class |
CreateUsers
Input
|
class |
PrepareUsers
Prepare a specific number of users for interaction with Alfresco.
|
Copyright © 2014. All rights reserved.