Public Member Functions | |
| String | getStatusId () |
| void | setStatusId (String alarmId) |
| Boolean | getActive () |
| Boolean | getMasked () |
| Boolean | getReduced () |
| Boolean | getActivatedByBackup () |
| void | setActivatedByBackup (Boolean newActiveByBackup) |
| Boolean | getTerminatedByBackup () |
| void | setTerminatedByBackup (Boolean newTerminatedByBackup) |
| Timestamp | getSourceTimestamp () |
| Timestamp | getUserTimestamp () |
| void | setUserTimestamp (Timestamp newUserTimestamp) |
| Timestamp | getSystemTimestamp () |
| void | setActive (Boolean newActive) |
| void | setMasked (Boolean newMasked) |
| void | setReduced (Boolean newReduced) |
| void | setSourceHostname (String newSourceHostname) |
| void | setSourceTimestamp (Timestamp newSourceTimestamp) |
| void | setSystemTimestamp (Timestamp newSystemTimestamp) |
| Properties | getProperties () |
| void | setProperties (Properties newProperties) |
Static Public Attributes | |
| static final Status | INITIAL_STATUS |
| Boolean cern.laser.business.data.Status.getActivatedByBackup | ( | ) |
Implemented in cern.laser.business.data.StatusImpl.
| Boolean cern.laser.business.data.Status.getActive | ( | ) |
Implemented in cern.laser.business.data.StatusImpl.
Referenced by cern.laser.business.pojo.CoreServiceImpl.getActiveMultiplicityChildren(), cern.laser.business.pojo.CoreServiceImpl.getActiveNodeChildren(), cern.laser.business.pojo.AlarmCacheServerImpl.notify(), cern.laser.business.pojo.AlarmPublisherImpl.publish(), and cern.laser.business.pojo.AlarmMessageProcessorImpl.updateMultiplicityNode().
| Boolean cern.laser.business.data.Status.getMasked | ( | ) |
Implemented in cern.laser.business.data.StatusImpl.
Referenced by cern.laser.business.pojo.AlarmPublisherImpl.publish(), and cern.laser.business.pojo.AlarmPublisherImpl.sendInit().
| Properties cern.laser.business.data.Status.getProperties | ( | ) |
Implemented in cern.laser.business.data.StatusImpl.
| Boolean cern.laser.business.data.Status.getReduced | ( | ) |
| Timestamp cern.laser.business.data.Status.getSourceTimestamp | ( | ) |
public String getSourceHostname();
/**
Implemented in cern.laser.business.data.StatusImpl.
Referenced by cern.laser.business.pojo.AlarmMessageProcessorImpl.processChange().
| String cern.laser.business.data.Status.getStatusId | ( | ) |
Implemented in cern.laser.business.data.StatusImpl.
Referenced by cern.laser.business.data.StatusImpl.equals().
| Timestamp cern.laser.business.data.Status.getSystemTimestamp | ( | ) |
Implemented in cern.laser.business.data.StatusImpl.
| Boolean cern.laser.business.data.Status.getTerminatedByBackup | ( | ) |
Implemented in cern.laser.business.data.StatusImpl.
| Timestamp cern.laser.business.data.Status.getUserTimestamp | ( | ) |
Implemented in cern.laser.business.data.StatusImpl.
Referenced by cern.laser.business.pojo.AlarmMessageProcessorImpl.processChange().
| void cern.laser.business.data.Status.setActivatedByBackup | ( | Boolean | newActiveByBackup | ) |
Implemented in cern.laser.business.data.StatusImpl.
| void cern.laser.business.data.Status.setActive | ( | Boolean | newActive | ) |
Implemented in cern.laser.business.data.StatusImpl.
Referenced by cern.laser.business.pojo.AlarmMessageProcessorImpl.updateMultiplicityNode().
| void cern.laser.business.data.Status.setMasked | ( | Boolean | newMasked | ) |
Implemented in cern.laser.business.data.StatusImpl.
| void cern.laser.business.data.Status.setProperties | ( | Properties | newProperties | ) |
Implemented in cern.laser.business.data.StatusImpl.
Referenced by cern.laser.business.data.StatusImpl.clone().
| void cern.laser.business.data.Status.setReduced | ( | Boolean | newReduced | ) |
Implemented in cern.laser.business.data.StatusImpl.
Referenced by cern.laser.business.pojo.AlarmMessageProcessorImpl.updateReductionStatus().
| void cern.laser.business.data.Status.setSourceHostname | ( | String | newSourceHostname | ) |
Implemented in cern.laser.business.data.StatusImpl.
| void cern.laser.business.data.Status.setSourceTimestamp | ( | Timestamp | newSourceTimestamp | ) |
| void cern.laser.business.data.Status.setStatusId | ( | String | alarmId | ) |
Implemented in cern.laser.business.data.StatusImpl.
| void cern.laser.business.data.Status.setSystemTimestamp | ( | Timestamp | newSystemTimestamp | ) |
| void cern.laser.business.data.Status.setTerminatedByBackup | ( | Boolean | newTerminatedByBackup | ) |
Implemented in cern.laser.business.data.StatusImpl.
| void cern.laser.business.data.Status.setUserTimestamp | ( | Timestamp | newUserTimestamp | ) |
final Status cern.laser.business.data.Status.INITIAL_STATUS [static] |
new StatusImpl(Boolean.FALSE, Boolean.FALSE, Boolean.FALSE, Boolean.FALSE, Boolean.FALSE, "UNDEFINED", new Timestamp(0), new Timestamp(0), new Timestamp(0), new Properties())
1.7.0