Public Member Functions

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

Inheritance diagram for cern.laser.client.impl.services.reduction.AlarmReductionHandlerImpl:
cern.laser.client.services.reduction.AlarmReductionHandler

List of all members.

Public Member Functions

 AlarmReductionHandlerImpl (ORB orb, AcsLogger logger) 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

Constructor & Destructor Documentation

cern.laser.client.impl.services.reduction.AlarmReductionHandlerImpl.AlarmReductionHandlerImpl ( ORB  orb,
AcsLogger  logger 
) throws LaserConnectionException

Member Function Documentation

Collection cern.laser.client.impl.services.reduction.AlarmReductionHandlerImpl.getActiveMultiplicityChildren ( Alarm  parent  )  throws LaserException [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.getActiveMultiplicityChildren ( String  parentId  )  throws LaserException [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.

Collection cern.laser.client.impl.services.reduction.AlarmReductionHandlerImpl.getActiveNodeChildren ( String  parentId  )  throws LaserException [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.

Collection cern.laser.client.impl.services.reduction.AlarmReductionHandlerImpl.getActiveNodeChildren ( Alarm  parent  )  throws LaserException [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 [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.

Collection cern.laser.client.impl.services.reduction.AlarmReductionHandlerImpl.getMultiplicityChildren ( Alarm  parent  )  throws LaserException [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 ( Alarm  child  )  throws LaserException [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.

Collection cern.laser.client.impl.services.reduction.AlarmReductionHandlerImpl.getMultiplicityParents ( String  childid  )  throws LaserException [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.

Integer cern.laser.client.impl.services.reduction.AlarmReductionHandlerImpl.getMultiplicityThreshold ( Alarm  parent  )  throws LaserException [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.

Integer cern.laser.client.impl.services.reduction.AlarmReductionHandlerImpl.getMultiplicityThreshold ( String  parentId  )  throws LaserException
Collection cern.laser.client.impl.services.reduction.AlarmReductionHandlerImpl.getNodeChildren ( Alarm  parent  )  throws LaserException [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.getNodeChildren ( String  parentId  )  throws LaserException [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.

Collection cern.laser.client.impl.services.reduction.AlarmReductionHandlerImpl.getNodeParents ( Alarm  child  )  throws LaserException [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.

Collection cern.laser.client.impl.services.reduction.AlarmReductionHandlerImpl.getNodeParents ( String  childId  )  throws LaserException [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.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties