Serialized Form
|
Package GWTApplication.client |
|
Package GWTApplication.server |
|
Class GWTApplication.server.FaultDBControllerServlet extends java.lang.Object implements Serializable |
printNewFaultsInLastTwentyFourHrsTimerTask
FaultServiceImpl.PrintNewFaultsInLastTwentyFourHours printNewFaultsInLastTwentyFourHrsTimerTask
- This is a timer task which will be used to print the new faults
everyday in the ops room in the morning
MailManagementUntendedFaultsTimerTask
FaultServiceImpl.MailManagementUnattendedFaults MailManagementUntendedFaultsTimerTask
- A timer task which is used to inform the relevant people when a
fault has been left in the new state for more than 48 hours
NotifyPendingFaultsTimerTask
FaultServiceImpl.NotifyPendingFaults NotifyPendingFaultsTimerTask
- This is a timer task which will report faults which have been
state pending for more than seven days.
PrintNewFaultsTimer
java.util.Timer PrintNewFaultsTimer
- This is a timer object which will be used for scheduling the
printing of the new faults to the ops room printer
ProduceUnattendedFaultsMailShotTimer
java.util.Timer ProduceUnattendedFaultsMailShotTimer
- This is a timer object which will be used for scheduling the
report of unattended faults in the system to management.
ProduceOutstandingPendingFaultsMailShotTimer
java.util.Timer ProduceOutstandingPendingFaultsMailShotTimer
- This is a timer object which will be used for scheduling the
report of pending faults in the system to the assigned.
logger
org.apache.log4j.Logger logger
- Used for logging
targetAddress
org.snmp4j.smi.Address targetAddress
- This is the host which the SMNP TRAP fault alerts will be sent
to
transport
org.snmp4j.TransportMapping transport
- This is the transport protocol which we will use which in our
case will be UDP.
snmp
org.snmp4j.Snmp snmp
- This is the SNMP class which will be used to communicate with
the SNMP manager
usm
org.snmp4j.security.USM usm
- The user based security model which will be used to when
sending messages to the SNMP server
props
java.util.Properties props
- Used to modify the global properties of the application
dataSource
javax.sql.DataSource dataSource
- This is a data resource from the servlet container which
contains a postgres data source
|
Class GWTApplication.server.UnableToGenerateStatisticsReportException extends java.lang.Object implements Serializable |
|
Class GWTApplication.server.UnableToGenerateSummaryReportException extends java.lang.Object implements Serializable |