public static interface EventType.EventSources
Modifier and Type | Field and Description |
---|---|
static int |
AUDIT
Audit events are created when a user makes a change that needs to be acknowledged by other users.
|
static int |
COMPOUND
Compound detector event types have their unique identifiers generated by the database.
|
static int |
DATA_POINT
Data points raise events with point event detectors.
|
static int |
DATA_SOURCE
Data sources raise events internally for their own reasons (for example no response from the external system)
or if a point locator failed.
|
static int |
MAINTENANCE
Maintenance events are created when maintenance mode becomes active.
|
static int |
PUBLISHER
Publishers raise events internally for their own reasons, including general publishing failures or failures
in individual points.
|
static int |
SCHEDULED
Scheduled event types have their unique identifiers generated by the database.
|
static int |
SYSTEM
The system itself is also, of course, a producer of events (for example low disk space).
|
static final int DATA_POINT
static final int DATA_SOURCE
static final int SYSTEM
static final int COMPOUND
static final int SCHEDULED
static final int PUBLISHER
static final int AUDIT
static final int MAINTENANCE