Class Summary |
EventConfigurationManager |
This is the singleton class used to manage the event configuration. |
Eventd |
Eventd listens for events from the discovery, capsd, trapd processes and
sends events to the Master Station when queried for. |
EventdConstants |
This class is a repository for constant, static information concerning
Eventd. |
EventExpander |
This class is responsible for looking up the matching evenconf entry for an
event and loading info from the eventconf match to the event. |
EventHandler |
The EventHandler is the Runnable that essentially does all the work on an
incoming event. |
EventIpcManagerDefaultImpl |
An implementation of the EventIpcManager interface that can be used to
communicate between services in the same JVM |
EventIpcManagerFactory |
|
EventUtil |
EventUtil is used primarily for the event parm expansion - has methods used
by all the event components to send in the event and the element to expanded
and have the 'expanded' value sent back |
EventWriter |
EventWriter loads the information in each 'Event' into the database. |