ilog.tgo.css.function
Class IltAcknowledgedAlarmSummaryFunction

java.lang.Object
  extended by ilog.tgo.css.function.IltAbstractAlarmSummaryFunction
      extended by ilog.tgo.css.function.IltAcknowledgedAlarmSummaryFunction
All Implemented Interfaces:
IlpCSSFunction, Serializable

public class IltAcknowledgedAlarmSummaryFunction
extends IltAbstractAlarmSummaryFunction

Returns a summary of acknowledged alarms for a given CSS model object. The function should be used as follows:

  label: '@|acknowledgedAlarmSummary()';                   // Equivalent to "Default"
  label: '@|acknowledgedAlarmSummary("Default")';          // Raw alarms or traps
  label: '@|acknowledgedAlarmSummary("Impact")';           // Impact alarms
  label: '@|acknowledgedAlarmSummary("Raw.Major")';        // Consider only raw major alarms
  label: '@|acknowledgedAlarmSummary("Impact.MajorHigh")'; // Consider only impact major high alarms
 

Optionally, a second argument can be passed to this function when retrieving the summary information for raw alarms, impact alarms or traps. This argument indicates that the summary representation shall be created using the alarm severity abbreviation or the alarm severity description. By default, the alarm severity description is used.

  label: '@|acknowledgedAlarmSummary("Default", "Abbreviation")';
  label: '@|acknowledgedAlarmSummary("Impact", "Description")';
 

The returned value is a string listing the number of acknowledged alarms for each severity.

Since:
JTGO 4.0
See Also:
Serialized Form

Constructor Summary
IltAcknowledgedAlarmSummaryFunction()
          The constructor.
 
Method Summary
 String getName()
          Retrieves the name of the function.
 
Methods inherited from class ilog.tgo.css.function.IltAbstractAlarmSummaryFunction
call, getDelimiters, returnDelimitersAsToken
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IltAcknowledgedAlarmSummaryFunction

public IltAcknowledgedAlarmSummaryFunction()
The constructor.

Method Detail

getName

public String getName()
Retrieves the name of the function.

Returns:
This function always returns "acknowledgedAlarmSummary".


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.