|
Class Summary |
| Outage |
A JavaBean for holding information about a single outage. |
| OutageFactory |
Encapsulates all querying functionality for outages. |
| OutageFactory.OutageType |
Convenience class to determine what sort of notices to include in a query. |
| OutageFactory.SortStyle |
Convenience class to determine sort style of a query. |
| OutageFilterServlet |
A servlet that handles querying the outages table and and then forwards
the query's result to a JSP for display. |
| OutageModel |
As the nonvisual logic for the Services Down (Outage) servlet
and JSPs, this class queries the database for current outages
and provides utility methods for manipulating that list of outages. |
| OutageQueryParms |
Convenience data structure for holding the arguments to an outage query. |
| OutageQueryServlet |
A servlet that handles querying the outages table and and then forwards
the query's result to a JSP for display. |
| OutageSummary |
A data structure holding information on all outages on a single
IP address. |
| OutageUtil |
|