| Modifier and Type | Field and Description |
|---|---|
protected DefaultEventManager |
AbstractSharedEventSource.eventManager
The event manager of this event source providing the connection to the event source.
|
| Constructor and Description |
|---|
AbstractSharedEventSource(Configuration conf,
DefaultEventManager eventManager,
Registry registry,
java.lang.Class<S> sharingSourceClass,
java.lang.String eventType,
java.lang.String sourceType)
Default constructor for a plugin of the
DefaultEventManager called by a service
registry. |
| Modifier and Type | Field and Description |
|---|---|
protected DefaultEventManager |
DBEventSource.eventManager
The event manager of this data source providing the connection to the data
source.
|
| Constructor and Description |
|---|
DBActivityEventSource(Configuration conf,
DefaultEventManager eventManager,
Registry registry)
Default constructor for a plugin of the
DefaultEventManager called
by a service registry. |
DBEventSource(Configuration conf,
DefaultEventManager eventManager,
Registry registry)
Default constructor for a plugin of the
DefaultEventManager
called by a service registry. |
ReadOnlyRSEventSource(Configuration conf,
DefaultEventManager eventManager,
Registry registry)
Default constructor for a plugin of the
DefaultEventManager
called by a service registry. |
| Modifier and Type | Field and Description |
|---|---|
protected DefaultEventManager |
InstanceStartEventHandler.eventManager
The event manager for communicating with the runtime service.
|
protected DefaultEventManager |
MarkInstanceStartEventHandler.eventManager
The event manager for communicating with the runtime service.
|
| Constructor and Description |
|---|
InstanceStartEventHandler(Configuration conf,
DefaultEventManager eventManager,
Registry registry)
Creates a new handler for file events that starts instances and
stores data from the file in the instance input parameters.
|
MarkInstanceStartEventHandler(Configuration conf,
DefaultEventManager eventManager,
Registry registry)
Creates a new handler for file events that starts instances and
stores data from the file in the instance input parameters.
|
| Modifier and Type | Field and Description |
|---|---|
protected DefaultEventManager |
InstanceStartEventHandler.eventManager
The event manager for communicating with the runtime service.
|
| Constructor and Description |
|---|
FilteredMailEventActivitySource(Configuration conf,
DefaultEventManager eventManager,
Registry registry)
Default constructor for a plugin of an
EventManager called by
a service registry. |
FilteredMailEventSource(Configuration conf,
DefaultEventManager eventManager,
Registry registry)
Default constructor for a plugin of an
EventManager called by
a service registry. |
InstanceStartEventHandler(Configuration conf,
DefaultEventManager eventManager,
Registry registry)
Creates a new handler for mail events that starts instances and
stores data from the mail in the instance input parameters.
|