public class AlarmReductionHandlerImpl extends AlarmReductionHandler
| Constructor and Description |
|---|
AlarmReductionHandlerImpl(org.omg.CORBA.ORB orb,
AcsLogger logger) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection |
getActiveMultiplicityChildren(Alarm parent)
Get the multiplicity children of a multiplicity parent alarm currently active.
|
java.util.Collection |
getActiveMultiplicityChildren(java.lang.String parentId)
Get the multiplicity children of a multiplicity parent alarm currently active.
|
java.util.Collection |
getActiveNodeChildren(Alarm parent)
Get the node children of a node parent alarm currently active.
|
java.util.Collection |
getActiveNodeChildren(java.lang.String parentId)
Get the node children of a node parent alarm currently active.
|
java.util.Collection |
getMultiplicityChildren(Alarm parent)
Get the multiplicity children of a multiplicity parent alarm.
|
java.util.Collection |
getMultiplicityChildren(java.lang.String parentId)
Get the multiplicity children of a multiplicity parent alarm.
|
java.util.Collection |
getMultiplicityParents(Alarm child)
Get the multiplicity parents.
|
java.util.Collection |
getMultiplicityParents(java.lang.String childId)
Get the multiplicity parents.
|
java.lang.Integer |
getMultiplicityThreshold(Alarm parent)
Get the multiplicity threshold.
|
java.lang.Integer |
getMultiplicityThreshold(java.lang.String parentId) |
java.util.Collection |
getNodeChildren(Alarm parent)
Get the node children of a node parent alarm.
|
java.util.Collection |
getNodeChildren(java.lang.String parentId)
Get the node children of a node parent alarm.
|
java.util.Collection |
getNodeParents(Alarm child)
Get the node parents.
|
java.util.Collection |
getNodeParents(java.lang.String childId)
Get the node parent.
|
getpublic AlarmReductionHandlerImpl(org.omg.CORBA.ORB orb,
AcsLogger logger)
throws LaserConnectionException
LaserConnectionExceptionpublic java.util.Collection getNodeChildren(Alarm parent) throws LaserException
AlarmReductionHandlergetNodeChildren in class AlarmReductionHandlerparent - the parent alarmLaserException - if the request can not be servedpublic java.util.Collection getNodeChildren(java.lang.String parentId)
throws LaserException
AlarmReductionHandlergetNodeChildren in class AlarmReductionHandlerparentId - the parent alarm identifierLaserException - if the request can not be servedpublic java.util.Collection getActiveNodeChildren(Alarm parent) throws LaserException
AlarmReductionHandlergetActiveNodeChildren in class AlarmReductionHandlerparent - the parent alarmLaserException - if the request can not be servedpublic java.util.Collection getActiveNodeChildren(java.lang.String parentId)
throws LaserException
AlarmReductionHandlergetActiveNodeChildren in class AlarmReductionHandlerparentId - the parent alarm identifierLaserException - if the request can not be servedpublic java.util.Collection getNodeParents(Alarm child) throws LaserException
AlarmReductionHandlergetNodeParents in class AlarmReductionHandlerchild - the child alarmLaserException - if the request can not be servedpublic java.util.Collection getNodeParents(java.lang.String childId)
throws LaserException
AlarmReductionHandlergetNodeParents in class AlarmReductionHandlerchildId - the child alarm identifierLaserException - if the request can not be servedpublic java.util.Collection getMultiplicityChildren(Alarm parent) throws LaserException
AlarmReductionHandlergetMultiplicityChildren in class AlarmReductionHandlerparent - the parent alarmLaserException - if the request can not be servedpublic java.util.Collection getMultiplicityChildren(java.lang.String parentId)
throws LaserException
AlarmReductionHandlergetMultiplicityChildren in class AlarmReductionHandlerparentId - the parent alarm identifierLaserException - if the request can not be servedpublic java.util.Collection getActiveMultiplicityChildren(Alarm parent) throws LaserException
AlarmReductionHandlergetActiveMultiplicityChildren in class AlarmReductionHandlerparent - the parent alarmLaserException - if the request can not be servedpublic java.util.Collection getActiveMultiplicityChildren(java.lang.String parentId)
throws LaserException
AlarmReductionHandlergetActiveMultiplicityChildren in class AlarmReductionHandlerparentId - the parent alarm identifierLaserException - if the request can not be servedpublic java.util.Collection getMultiplicityParents(Alarm child) throws LaserException
AlarmReductionHandlergetMultiplicityParents in class AlarmReductionHandlerchild - the child alarmLaserException - if the request can not be servedpublic java.util.Collection getMultiplicityParents(java.lang.String childId)
throws LaserException
AlarmReductionHandlergetMultiplicityParents in class AlarmReductionHandlerchildId - the parent alarm identifierLaserException - if the request can not be servedpublic java.lang.Integer getMultiplicityThreshold(Alarm parent) throws LaserException
AlarmReductionHandlergetMultiplicityThreshold in class AlarmReductionHandlerparent - the parent alarmLaserException - if the request can not be servedpublic java.lang.Integer getMultiplicityThreshold(java.lang.String parentId)
throws LaserException
LaserException