Modifier and Type | Field and Description |
---|---|
protected Map<String,SimulationEventHandler> |
SimpleSimulationRunFactory.customEventHandlerMap |
protected HashMap<String,SimulationEventHandler> |
SimpleSimulationRunFactory.eventHandlerMap |
protected Map<String,SimulationEventHandler> |
AbstractSimulationRun.eventHandlerMap
Map for eventType -> event handlers to execute events on simulation engine
|
Modifier and Type | Method and Description |
---|---|
SimpleSimulationRun.Builder |
SimpleSimulationRun.Builder.eventHandlers(Map<String,SimulationEventHandler> eventHandlersMap) |
void |
SimpleSimulationRunFactory.setCustomEventHandlerMap(Map<String,SimulationEventHandler> customEventHandlerMap) |
void |
SimpleSimulationRunFactory.setEventHandlerMap(HashMap<String,SimulationEventHandler> eventHandlerMap) |
Constructor and Description |
---|
AbstractSimulationRun(Map<String,SimulationEventHandler> eventHandlers) |
ReplaySimulationRun(ProcessEngine processEngine,
EventCalendar eventCalendar,
Map<String,SimulationEventHandler> customEventHandlerMap) |
ReplaySimulationRun(ProcessEngine processEngine,
Map<String,SimulationEventHandler> customEventHandlerMap) |
Modifier and Type | Class and Description |
---|---|
class |
AcquireJobNotificationEventHandler
Notify AcquireJobsRunnable to continue in execution
|
class |
DeployClasspathResourcesEventHandler
This class deploys resources from classpath
|
class |
DeployResourcesEventHandler
Start new process event handler for playback purposes
|
class |
NoopEventHandler
No operation event handler
|
class |
ScriptEventHandler
This class drives simulation event handling by script.
|
class |
StartProcessByIdEventHandler
Start new process event handler for playback purposes
|
class |
StartProcessByKeyEventHandler
Start new process event handler for playback purposes
|
class |
StartReplayLogEventHandler
This class schedules replay start simulation event and takes care about process start and
next event schedule
|
class |
StartReplayProcessEventHandler
This class schedules replay start simulation event and takes care about process start and
next event schedule
|
Modifier and Type | Class and Description |
---|---|
class |
PlaybackUserTaskCompleteEventHandler
complete user task handler for playback purposes
|
Modifier and Type | Class and Description |
---|---|
class |
ReplayUserTaskCompleteEventHandler
complete user task handler for replay purposes
|
Copyright © 2016 Alfresco. All rights reserved.