org.eclipse.swordfish.core.event
Interface EventConstants


public interface EventConstants

specified base event topic prefix with sould be base prefix for all Swordfish events, specified other standard swordfish events topics, like message tracking events and operational events

Author:
akopachevsky

Field Summary
static java.lang.String EVENT_SEVERITY
          property name for event severity, see org.eclipse.swordfish.api.event.Severity
static java.lang.String TOPIC_BASE
          Base path for all swordfish event identifiers.
static java.lang.String TOPIC_CONFIGURATION_EVENT
          Full topic name of Swordfish events indicating configuration changes.
static java.lang.String TOPIC_OPERATION_EVENT
          Full topic name of Swordfish events provided for operational logging.
static java.lang.String TOPIC_TRACKING_EVENT
          Full topic name of Swordfish events provided for message tracking.
 

Field Detail

TOPIC_BASE

static final java.lang.String TOPIC_BASE
Base path for all swordfish event identifiers.

See Also:
Constant Field Values

TOPIC_OPERATION_EVENT

static final java.lang.String TOPIC_OPERATION_EVENT
Full topic name of Swordfish events provided for operational logging.


TOPIC_TRACKING_EVENT

static final java.lang.String TOPIC_TRACKING_EVENT
Full topic name of Swordfish events provided for message tracking.


TOPIC_CONFIGURATION_EVENT

static final java.lang.String TOPIC_CONFIGURATION_EVENT
Full topic name of Swordfish events indicating configuration changes.


EVENT_SEVERITY

static final java.lang.String EVENT_SEVERITY
property name for event severity, see org.eclipse.swordfish.api.event.Severity

See Also:
Constant Field Values