Interface | Description |
---|---|
EventAction |
EventAction is an Interface for an action upon an event
|
EventEscalation |
EventEscalation is an interface for an escalation upon an event.
|
EventFilter |
EventFilter is an Interface for filtering event with a give pattern
|
EventMerger |
EventMerger is an Interface for a merger that merges events
|
Class | Description |
---|---|
Event |
Event is a JMS like message for carrying payload to communicate
to a Centralized Repository.
|
EventActionGroup |
EventActionGroup is a wrapper for a group of EventAction objects.
|
EventAppender |
EventAppender implements EventAction and appends/writes a formatted
event to a give file.
|
EventLogger |
EventLogger is a logger using log4j to log events.
|
EventParser |
EventParser parses a text into an event according to the given pattern.
|
EventPattern |
EventPattern implements EventFilter for Perl5 pattern match with events
|
EventPoster |
EventPoster implements EventAction and posts/gets content to/from a
given URL.
|
EventScriptLauncher |
EventScriptLauncher runs a script outside JVM in response to an event.
|
EventSelector |
EventSelector implements EventFilter for Perl5 patterns match with events
|
EventSQLExecutor |
EventSQLExecutor runs a SQL statement on a database in response to an event.
|
EventSummary |
EventSummary implements EventMerger and merges all given events into
a new event by summarizing the content of them according to the ruleset.
|
EventSyslogger |
EventSyslogger implements EventAction and logs a message to a syslogd
via an UDP packet.
|
EventTrapSender |
EventTrapSender implements EventAction and sends multiple traps to an SNMP
management station.
|
EventUtils |
EventUtils has some utilities for Event processing
|
FileSynchronizer |
FileSynchronizer monitors a source file on its last modified time and
keeps its target file in sync with the source.
|
FormattedEventMailer |
FormattedEventMailer implements EventAction and sends an email formatted
from the event to the specified recipients.
|