cern::laser::client::impl::services::reduction::AlarmReductionHandlerImpl Class Reference

Inheritance diagram for cern::laser::client::impl::services::reduction::AlarmReductionHandlerImpl:
Inheritance graph
[legend]
Collaboration diagram for cern::laser::client::impl::services::reduction::AlarmReductionHandlerImpl:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 AlarmReductionHandlerImpl () throws LaserConnectionException
Collection getNodeChildren (Alarm parent) throws LaserException
Collection getNodeChildren (String parentId) throws LaserException
Collection getActiveNodeChildren (Alarm parent) throws LaserException
Collection getActiveNodeChildren (String parentId) throws LaserException
Collection getNodeParents (Alarm child) throws LaserException
Collection getNodeParents (String childId) throws LaserException
Collection getMultiplicityChildren (Alarm parent) throws LaserException
Collection getMultiplicityChildren (String parentId) throws LaserException
Collection getActiveMultiplicityChildren (Alarm parent) throws LaserException
Collection getActiveMultiplicityChildren (String parentId) throws LaserException
Collection getMultiplicityParents (Alarm child) throws LaserException
Collection getMultiplicityParents (String childId) throws LaserException
Integer getMultiplicityThreshold (Alarm parent) throws LaserException
Integer getMultiplicityThreshold (String parentId) throws LaserException

Private Attributes

CERNAlarmService m_laser

Constructor & Destructor Documentation

cern::laser::client::impl::services::reduction::AlarmReductionHandlerImpl::AlarmReductionHandlerImpl (  )  throws LaserConnectionException [inline]

References m_laser.


Member Function Documentation

Collection cern::laser::client::impl::services::reduction::AlarmReductionHandlerImpl::getActiveMultiplicityChildren ( String  parentId  )  throws LaserException [inline, virtual]

Get the multiplicity children of a multiplicity parent alarm currently active.

Returns:
the children collection
Parameters:
parentId the parent alarm identifier
Exceptions:
LaserException if the request can not be served

Implements cern::laser::client::services::reduction::AlarmReductionHandler.

References alma::alarmsystem::CERNAlarmServiceOperations::getActiveMultiplicityChildren(), and m_laser.

Collection cern::laser::client::impl::services::reduction::AlarmReductionHandlerImpl::getActiveMultiplicityChildren ( Alarm  parent  )  throws LaserException [inline, virtual]

Get the multiplicity children of a multiplicity parent alarm currently active.

Returns:
the children collection
Parameters:
parent the parent alarm
Exceptions:
LaserException if the request can not be served

Implements cern::laser::client::services::reduction::AlarmReductionHandler.

Collection cern::laser::client::impl::services::reduction::AlarmReductionHandlerImpl::getActiveNodeChildren ( String  parentId  )  throws LaserException [inline, virtual]

Get the node children of a node parent alarm currently active.

Returns:
the children collection
Parameters:
parentId the parent alarm identifier
Exceptions:
LaserException if the request can not be served

Implements cern::laser::client::services::reduction::AlarmReductionHandler.

References alma::alarmsystem::CERNAlarmServiceOperations::getActiveNodeChildren(), and m_laser.

Collection cern::laser::client::impl::services::reduction::AlarmReductionHandlerImpl::getActiveNodeChildren ( Alarm  parent  )  throws LaserException [inline, virtual]

Get the node children of a node parent alarm currently active.

Returns:
the children collection
Parameters:
parent the parent alarm
Exceptions:
LaserException if the request can not be served

Implements cern::laser::client::services::reduction::AlarmReductionHandler.

Collection cern::laser::client::impl::services::reduction::AlarmReductionHandlerImpl::getMultiplicityChildren ( String  parentId  )  throws LaserException [inline, virtual]

Get the multiplicity children of a multiplicity parent alarm.

Returns:
the children collection
Parameters:
parentId the parent alarm identifier
Exceptions:
LaserException if the request can not be served

Implements cern::laser::client::services::reduction::AlarmReductionHandler.

References alma::alarmsystem::CERNAlarmServiceOperations::getMultiplicityChildren(), and m_laser.

Collection cern::laser::client::impl::services::reduction::AlarmReductionHandlerImpl::getMultiplicityChildren ( Alarm  parent  )  throws LaserException [inline, virtual]

Get the multiplicity children of a multiplicity parent alarm.

Returns:
the children collection
Parameters:
parent the parent alarm
Exceptions:
LaserException if the request can not be served

Implements cern::laser::client::services::reduction::AlarmReductionHandler.

Collection cern::laser::client::impl::services::reduction::AlarmReductionHandlerImpl::getMultiplicityParents ( String  childid  )  throws LaserException [inline, virtual]

Get the multiplicity parents.

Returns:
the multiplicity parent collection
Parameters:
childid the parent alarm identifier
Exceptions:
LaserException if the request can not be served

Implements cern::laser::client::services::reduction::AlarmReductionHandler.

References alma::alarmsystem::CERNAlarmServiceOperations::getMultiplicityParents(), and m_laser.

Collection cern::laser::client::impl::services::reduction::AlarmReductionHandlerImpl::getMultiplicityParents ( Alarm  child  )  throws LaserException [inline, virtual]

Get the multiplicity parents.

Returns:
the multiplicity parent collection
Parameters:
child the child alarm
Exceptions:
LaserException if the request can not be served

Implements cern::laser::client::services::reduction::AlarmReductionHandler.

Integer cern::laser::client::impl::services::reduction::AlarmReductionHandlerImpl::getMultiplicityThreshold ( String  parentId  )  throws LaserException [inline]
Integer cern::laser::client::impl::services::reduction::AlarmReductionHandlerImpl::getMultiplicityThreshold ( Alarm  parent  )  throws LaserException [inline, virtual]

Get the multiplicity threshold.

Returns:
the multiplicity threshold
Parameters:
parent the parent alarm
Exceptions:
LaserException if the request can not be served

Implements cern::laser::client::services::reduction::AlarmReductionHandler.

Collection cern::laser::client::impl::services::reduction::AlarmReductionHandlerImpl::getNodeChildren ( String  parentId  )  throws LaserException [inline, virtual]

Get the node children of a node parent alarm.

Returns:
the children collection
Parameters:
parentId the parent alarm identifier
Exceptions:
LaserException if the request can not be served

Implements cern::laser::client::services::reduction::AlarmReductionHandler.

References alma::alarmsystem::CERNAlarmServiceOperations::getNodeChildren(), and m_laser.

Collection cern::laser::client::impl::services::reduction::AlarmReductionHandlerImpl::getNodeChildren ( Alarm  parent  )  throws LaserException [inline, virtual]

Get the node children of a node parent alarm.

Returns:
the children collection
Parameters:
parent the parent alarm
Exceptions:
LaserException if the request can not be served

Implements cern::laser::client::services::reduction::AlarmReductionHandler.

Collection cern::laser::client::impl::services::reduction::AlarmReductionHandlerImpl::getNodeParents ( String  childId  )  throws LaserException [inline, virtual]

Get the node parent.

Returns:
the node parent collection
Parameters:
childId the child alarm identifier
Exceptions:
LaserException if the request can not be served

Implements cern::laser::client::services::reduction::AlarmReductionHandler.

References alma::alarmsystem::CERNAlarmServiceOperations::getNodeParents(), and m_laser.

Collection cern::laser::client::impl::services::reduction::AlarmReductionHandlerImpl::getNodeParents ( Alarm  child  )  throws LaserException [inline, virtual]

Get the node parents.

Returns:
the node parent collection
Parameters:
child the child alarm
Exceptions:
LaserException if the request can not be served

Implements cern::laser::client::services::reduction::AlarmReductionHandler.


Member Data Documentation


The documentation for this class was generated from the following file:

Generated by  doxygen 1.6.2