|
Class Summary |
| AcknowledgeEventByFilterServlet |
This servlet receives an HTTP POST with a list of events
to acknowledge or unacknowledge, and then it redirects the client to a
URL for display. |
| AcknowledgeEventServlet |
This servlet receives an HTTP POST with a list of events
to acknowledge or unacknowledge, and then it redirects the client to a
URL for display. |
| Event |
A JavaBean implementation to hold information about a network
event as defined by OpenNMS. |
| EventFactory |
Encapsulates all querying functionality for events. |
| EventFactory.AcknowledgeType |
Convenience class to determine what sort of events to include in a query. |
| EventFactory.SortStyle |
Convenience class to determine sort style of a query. |
| EventFilterServlet |
A servlet that handles querying the event table by using filters to create
an event list and and then forwards that event list to a JSP for display. |
| EventQueryParms |
Convenience data structure for holding the arguments to an event query. |
| EventQueryServlet |
This servlet takes a large and specific request parameter set and maps it
to the more robust "filter" parameter set of the
EventFilterServlet via a redirect. |
| EventUtil |
|