Public Member Functions | |
DisplayableChangeEvent (String name) | |
DisplayableChangeEvent (String name, Integer privateIdent, boolean isActive, String faultFamily, String faultMember, int faultCode) | |
String | getName () |
String | getDisplayName () |
Integer | getPrivateIdentifier () |
int | getPriority () |
void | setPriority (int priority) |
Collection | getCategories () |
String | getResponsiblePerson () |
String | getLocation () |
String | getProblemDescription () |
String | getSource () |
String | getFaultFamily () |
String | getFaultMember () |
int | getFaultCode () |
long | getTimestamp () |
long | getSourceTimestamp () |
String | getSourceHostName () |
String | getUserData () |
boolean | isActive () |
boolean | isMasked () |
boolean | isNodeChild () |
boolean | isNodeParent () |
boolean | isNodeReduced () |
boolean | isMultiplicityReduced () |
boolean | isMultiplicityParent () |
boolean | isMultiplicityChild () |
boolean | isMaintenanceMasked () |
boolean | isModeMasked () |
boolean | isReduced () |
String | toShortString () |
String | toString () |
Object | clone () throws CloneNotSupportedException |
Public Attributes | |
int | priority = -1 |
Private Attributes | |
String | name = null |
Integer | privateIdent = null |
boolean | isActive = true |
String | faultFamily = null |
String | faultMember = null |
int | faultCode = -1 |
boolean | isMasked = false |
Adapter class wrapping DisplayableChangeEvent. Follows the JavaBeans specifications. Actual properties are all the one contained in the StaticInfo, DynamicInfo & StatusInfo classes
should not be used
|
Creates new empty DisplayableChangeEventAdapter Should be removed as soon as the tests will be done with an external alarm generator. In this case, the Dummy bean creted in CustomiseFields class should use the other constructor: DisplayableChangeEventAdapter(null). WARNING: this constructor should not be used |
|
|
|
Return the object hashcode
|
|
getter for the categories to which the alarm belongs
|
|
At the moment, the field chosen to be the "Display Name of an Alarm" is the problem description
|
|
getter for the fault code
|
|
getter for the fault family
|
|
getter for the fault Member
|
|
getter for the location of the equipment
|
|
The private identifier is the name of the node
|
|
|
|
|
|
getter for the problem description
|
|
getter for the responsible person for this equipement
|
|
getter for the alarm source
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Tests if the alarm is a node child
|
|
Tests if the alarm is a node parent
|
|
Tests if a node reduction is applied on this alarm
|
|
|
|
this is method only for testing |
|
Checks for equality
|
|
|
|
|
|
|
|
|
|
|
|
|
|
will have to be private. But at the moment, it must be public to set internaly some parameters (no set function must be written to make the fields not editable) |
|
getter for the priority of the alarm
|
|
|