Serialized Form


Package GWTApplication.client

Class GWTApplication.client.AuthenticationFailedException extends com.google.gwt.user.client.rpc.SerializableException implements Serializable

Class GWTApplication.client.FieldInvalidException extends java.lang.Exception implements Serializable

Class GWTApplication.client.UnableToAddInstrumentException extends com.google.gwt.user.client.rpc.SerializableException implements Serializable

Class GWTApplication.client.UnableToAddNewRoleException extends com.google.gwt.user.client.rpc.SerializableException implements Serializable

Class GWTApplication.client.UnableToAddNewUserException extends com.google.gwt.user.client.rpc.SerializableException implements Serializable

Class GWTApplication.client.UnableToAddSystemException extends com.google.gwt.user.client.rpc.SerializableException implements Serializable

Class GWTApplication.client.UnableToChangePasswordException extends com.google.gwt.user.client.rpc.SerializableException implements Serializable

Class GWTApplication.client.UnableToCloseFaultException extends com.google.gwt.user.client.rpc.SerializableException implements Serializable

Class GWTApplication.client.UnableToCreateFaultException extends com.google.gwt.user.client.rpc.SerializableException implements Serializable

Class GWTApplication.client.UnableToGetListException extends com.google.gwt.user.client.rpc.SerializableException implements Serializable

Class GWTApplication.client.UnableToGetPeopleListException extends com.google.gwt.user.client.rpc.SerializableException implements Serializable

Class GWTApplication.client.UnableToPerformSearchException extends com.google.gwt.user.client.rpc.SerializableException implements Serializable

Class GWTApplication.client.UnableToUpdateFaultException extends com.google.gwt.user.client.rpc.SerializableException implements Serializable

Class GWTApplication.client.UnknownFaultSpecifiedException extends com.google.gwt.user.client.rpc.SerializableException implements Serializable

Class GWTApplication.client.UnknownPrinterSpecifiedException extends com.google.gwt.user.client.rpc.SerializableException implements Serializable

Class GWTApplication.client.UserAuthenticationFailedException extends com.google.gwt.user.client.rpc.SerializableException implements Serializable


Package GWTApplication.server

Class GWTApplication.server.FaultDBControllerServlet extends java.lang.Object implements Serializable

Class GWTApplication.server.FaultServiceImpl extends com.google.gwt.user.server.rpc.RemoteServiceServlet implements Serializable

Serialized Fields

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