Package | Description |
---|---|
ilog.tgo.model |
Provides classes for telecom objects, states and alarms.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
IltAlarm.AbstractSeverity |
static class |
IltAlarm.ImpactSeverity
This enumeration lists the possible severity levels for impact alarms.
|
static class |
IltAlarm.Severity
This enumeration lists the possible severity levels for raw alarms.
|
static class |
IltTrap.Type
This enumeration lists the possible types of traps supported by the system.
|
Modifier and Type | Method and Description |
---|---|
IltAlarmSeverity |
IltAlarmCountAttributeType.getAcknowledgedSeverity()
Returns the severity of acknowledged alarms represented by this alarm
count.
|
IltAlarmSeverity |
IltTrap.State.getHighestAcknowledgedAlarmSeverity()
Returns the highest severity for which the number of acknowledged
alarms is nonzero.
|
IltAlarmSeverity |
IltAlarm.State.getHighestAcknowledgedAlarmSeverity()
Returns the highest severity for which the number of acknowledged
alarms is nonzero, including raw and impact alarms.
|
IltAlarmSeverity |
IltTrap.State.getHighestAcknowledgedAlarmSeverity(IltAlarmSeverity below)
Returns the highest severity less than
below for which the
number of acknowledged alarms is nonzero. |
IltAlarmSeverity |
IltAlarm.State.getHighestAcknowledgedAlarmSeverity(IltAlarmSeverity below)
Returns the highest severity less than
below for
which the number of acknowledged alarms is nonzero, including raw and
impact alarms. |
IltAlarmSeverity |
IltTrap.State.getHighestAlarmSeverity()
Returns the highest severity for which the number of alarms, acknowledged
or otherwise, is nonzero.
|
IltAlarmSeverity |
IltAlarm.State.getHighestAlarmSeverity()
Returns the highest severity for which the number of alarms,
acknowledged or otherwise, is nonzero, including raw and impact alarms.
|
IltAlarmSeverity |
IltTrap.State.getHighestAlarmSeverity(IltAlarmSeverity below)
Returns the highest severity less than
below for which the
number of alarms, acknowledged or otherwise, is nonzero. |
IltAlarmSeverity |
IltAlarm.State.getHighestAlarmSeverity(IltAlarmSeverity below)
Returns the highest severity less than
below for
which the number of alarms, acknowledged or otherwise, is nonzero,
including raw and impact alarms. |
IltAlarmSeverity |
IltTrap.State.getHighestNewAlarmSeverity()
Returns the highest severity for which the number of new alarms is
nonzero.
|
IltAlarmSeverity |
IltAlarm.State.getHighestNewAlarmSeverity()
Returns the highest severity for which the number of new alarms is
nonzero, including raw and impact alarms.
|
IltAlarmSeverity |
IltTrap.State.getHighestNewAlarmSeverity(IltAlarmSeverity below)
Returns the highest severity less than
below for which the
number of new alarms is nonzero. |
IltAlarmSeverity |
IltAlarm.State.getHighestNewAlarmSeverity(IltAlarmSeverity below)
Returns the highest severity less than
below for which the
number of new alarms is nonzero, including raw and impact alarms. |
IltAlarmSeverity |
IltAlarmCountAttributeType.getNewSeverity()
Returns the severity of new alarms represented by this alarm count.
|
IltAlarmSeverity |
IltAlarm.getPerceivedSeverity()
Returns the perceived severity.
|
IltAlarmSeverity |
IltAlarmCountAttributeType.getSeverity()
Returns the alarm severity represented by this alarm count.
|
IltAlarmSeverity |
IltAlarmSystem.State.internalGetHighestAcknowledgedAlarmSeverity()
Return the highest severity for which the number of acknowledged
alarms is nonzero.
|
IltAlarmSeverity |
IltAlarmSystem.State.internalGetHighestAcknowledgedAlarmSeverity(IlpFilter filter)
Return the highest severity for which the number of acknowledged
alarms is nonzero, and that satisfies a given filter.
|
IltAlarmSeverity |
IltAlarmSystem.State.internalGetHighestAcknowledgedAlarmSeverity(IltAlarmSeverity below)
Return the highest severity less than
below for which the
number of acknowledged alarms is nonzero. |
IltAlarmSeverity |
IltAlarmSystem.State.internalGetHighestAcknowledgedAlarmSeverity(IltAlarmSeverity below,
IlpFilter filter)
Return the highest severity less than
below for which the
number of acknowledged alarms is nonzero, and that satisfies a given
filter. |
IltAlarmSeverity |
IltAlarmSystem.State.internalGetHighestAlarmSeverity()
Return the highest severity for which the number of alarms,
acknowledged or otherwise, is nonzero.
|
IltAlarmSeverity |
IltAlarmSystem.State.internalGetHighestAlarmSeverity(IlpFilter filter)
Return the highest severity for which the number of alarms,
acknowledged or otherwise, is nonzero, and that satisfies a given filter.
|
IltAlarmSeverity |
IltAlarmSystem.State.internalGetHighestAlarmSeverity(IltAlarmSeverity below)
Return the highest severity less than
below for which the
number of alarms, acknowledged or otherwise, is nonzero. |
IltAlarmSeverity |
IltAlarmSystem.State.internalGetHighestAlarmSeverity(IltAlarmSeverity below,
IlpFilter filter)
Return the highest severity less than
below for which the
number of alarms, acknowledged or otherwise, is nonzero, and that
satisfies a given filter. |
IltAlarmSeverity |
IltAlarmSystem.State.internalGetHighestNewAlarmSeverity()
Return the highest severity for which the number of new alarms is
nonzero.
|
IltAlarmSeverity |
IltAlarmSystem.State.internalGetHighestNewAlarmSeverity(IlpFilter filter)
Return the highest severity for which the number of new alarms is
nonzero, and that satisfies a given filter.
|
IltAlarmSeverity |
IltAlarmSystem.State.internalGetHighestNewAlarmSeverity(IltAlarmSeverity below)
Return the highest severity less than
below for which the
number of new alarms is nonzero. |
IltAlarmSeverity |
IltAlarmSystem.State.internalGetHighestNewAlarmSeverity(IltAlarmSeverity below,
IlpFilter filter)
Return the highest severity less than
below for which the
number of new alarms is nonzero, and that satisfies a given filter. |
Modifier and Type | Method and Description |
---|---|
void |
IltAlarmSystem.State.acknowledgeAlarm(IltAlarmSeverity severity)
Acknowledge one alarm of a given severity.
|
void |
IltAlarm.State.acknowledgeAlarm(IltAlarmSeverity severity)
Acknowledges an alarm of a given severity.
|
void |
IltAlarmSystem.State.acknowledgeAllAlarms(IltAlarmSeverity severity)
Acknowledges all alarms of a given severity.
|
void |
IltAlarm.State.acknowledgeAllAlarms(IltAlarmSeverity severity)
Acknowledges all alarms of a given severity.
|
boolean |
IltAlarmSystem.add(IltAlarmSeverity severity)
Add a new severity in the system.
|
void |
IltAlarmSystem.State.addAcknowledgedAlarm(IltAlarmSeverity severity)
Add one acknowledged alarm of a given severity.
|
void |
IltAlarm.State.addAcknowledgedAlarm(IltAlarmSeverity severity)
Adds an acknowledged alarm of a given severity.
|
void |
IltAlarmSystem.State.addNewAlarm(IltAlarmSeverity severity)
Add one new alarm of a given severity.
|
void |
IltAlarm.State.addNewAlarm(IltAlarmSeverity severity)
Adds a new alarm of a given severity.
|
ilog.tgo.model.internal.IltAlarmSeverityState |
IltAlarmSystem.get(IltAlarmSeverity severity)
Retrieves the alarm state responsible for a certain severity.
|
int |
IltAlarmSystem.State.getAcknowledgedAlarmCount(IltAlarmSeverity severity)
Return the number of acknowledged alarms for a given severity.
|
ilog.tgo.model.internal.IltStatePath |
IltAlarmSystem.getAcknowledgedAlarmPath(IltAlarmSeverity severity)
Return the state path of the acknowledged alarms state for a given
severity.
|
int |
IltAlarmSystem.State.getAlarmCount(IltAlarmSeverity severity)
Return the total number of alarms, acknowledged or not, with
a given severity.
|
IltAlarmSeverity |
IltTrap.State.getHighestAcknowledgedAlarmSeverity(IltAlarmSeverity below)
Returns the highest severity less than
below for which the
number of acknowledged alarms is nonzero. |
IltAlarmSeverity |
IltAlarm.State.getHighestAcknowledgedAlarmSeverity(IltAlarmSeverity below)
Returns the highest severity less than
below for
which the number of acknowledged alarms is nonzero, including raw and
impact alarms. |
IltAlarmSeverity |
IltTrap.State.getHighestAlarmSeverity(IltAlarmSeverity below)
Returns the highest severity less than
below for which the
number of alarms, acknowledged or otherwise, is nonzero. |
IltAlarmSeverity |
IltAlarm.State.getHighestAlarmSeverity(IltAlarmSeverity below)
Returns the highest severity less than
below for
which the number of alarms, acknowledged or otherwise, is nonzero,
including raw and impact alarms. |
IltAlarmSeverity |
IltTrap.State.getHighestNewAlarmSeverity(IltAlarmSeverity below)
Returns the highest severity less than
below for which the
number of new alarms is nonzero. |
IltAlarmSeverity |
IltAlarm.State.getHighestNewAlarmSeverity(IltAlarmSeverity below)
Returns the highest severity less than
below for which the
number of new alarms is nonzero, including raw and impact alarms. |
ilog.tgo.mapper.state.IltStateMapper |
IltAlarmSystem.getMapper(IltAlarmSeverity severity)
Return the alarm mapping created to the alarm severity state which
represents the given severity in the system or
null , if such a
state does not exist. |
int |
IltAlarmSystem.State.getNewAlarmCount(IltAlarmSeverity severity)
Return the number of new alarms of the given severity.
|
ilog.tgo.model.internal.IltStatePath |
IltAlarmSystem.getNewAlarmPath(IltAlarmSeverity severity)
Return the state path of the new alarms state for a given severity.
|
ilog.tgo.model.internal.IltStatePath |
IltAlarmSystem.getPath(IltAlarmSeverity severity)
Return the path used to set the value of the alarm severity information.
|
boolean |
IltAlarmSystem.has(IltAlarmSeverity severity)
Verifies if the given severity is part of the alarm model.
|
IltAlarmSeverity |
IltAlarmSystem.State.internalGetHighestAcknowledgedAlarmSeverity(IltAlarmSeverity below)
Return the highest severity less than
below for which the
number of acknowledged alarms is nonzero. |
IltAlarmSeverity |
IltAlarmSystem.State.internalGetHighestAcknowledgedAlarmSeverity(IltAlarmSeverity below,
IlpFilter filter)
Return the highest severity less than
below for which the
number of acknowledged alarms is nonzero, and that satisfies a given
filter. |
IltAlarmSeverity |
IltAlarmSystem.State.internalGetHighestAlarmSeverity(IltAlarmSeverity below)
Return the highest severity less than
below for which the
number of alarms, acknowledged or otherwise, is nonzero. |
IltAlarmSeverity |
IltAlarmSystem.State.internalGetHighestAlarmSeverity(IltAlarmSeverity below,
IlpFilter filter)
Return the highest severity less than
below for which the
number of alarms, acknowledged or otherwise, is nonzero, and that
satisfies a given filter. |
IltAlarmSeverity |
IltAlarmSystem.State.internalGetHighestNewAlarmSeverity(IltAlarmSeverity below)
Return the highest severity less than
below for which the
number of new alarms is nonzero. |
IltAlarmSeverity |
IltAlarmSystem.State.internalGetHighestNewAlarmSeverity(IltAlarmSeverity below,
IlpFilter filter)
Return the highest severity less than
below for which the
number of new alarms is nonzero, and that satisfies a given filter. |
boolean |
IltAlarmSystem.remove(IltAlarmSeverity severity)
Remove the given severity from the alarm model.
|
void |
IltAlarmSystem.State.removeAcknowledgedAlarm(IltAlarmSeverity severity)
Remove one acknowledged alarm of a given severity.
|
void |
IltAlarm.State.removeAcknowledgedAlarm(IltAlarmSeverity severity)
Removes an acknowledged alarm of a given severity.
|
void |
IltAlarmSystem.State.removeAllAcknowledgedAlarms(IltAlarmSeverity severity)
Remove all acknowledged alarms of a given severity.
|
void |
IltAlarm.State.removeAllAcknowledgedAlarms(IltAlarmSeverity severity)
Removes all acknowledged alarms of a given severity.
|
void |
IltAlarmSystem.State.removeAllNewAlarms(IltAlarmSeverity severity)
Remove all new alarms of the given severity.
|
void |
IltAlarm.State.removeAllNewAlarms(IltAlarmSeverity severity)
Removes all new alarms of a given severity.
|
void |
IltAlarmSystem.State.removeNewAlarm(IltAlarmSeverity severity)
Remove one new alarm of a given severity.
|
void |
IltAlarm.State.removeNewAlarm(IltAlarmSeverity severity)
Removes a new alarm of a given severity.
|
void |
IltAlarmSystem.State.setAcknowledgedAlarmCount(IltAlarmSeverity severity,
int value)
Set the number of acknowledged alarms for a given severity.
|
void |
IltAlarm.State.setAcknowledgedAlarmCount(IltAlarmSeverity severity,
int value)
Sets the number of acknowledged alarms of a given severity.
|
void |
IltAlarmSystem.State.setNewAlarmCount(IltAlarmSeverity severity,
int value)
Sets the number of new alarms for a given severity.
|
void |
IltAlarm.State.setNewAlarmCount(IltAlarmSeverity severity,
int value)
Sets the number of new alarms of a given severity.
|
void |
IltAlarm.setPerceivedSeverity(IltAlarmSeverity perceivedSeverity)
Sets the perceived severity.
|
static void |
IltAlarm.SetSeverityMapping(IltAlarmSeverity severity,
Color normal,
Color bright,
Color dark,
String shortText)
Deprecated.
|
static void |
IltAlarm.SetSeverityMapping(IltAlarmSeverity severity,
Color normal,
Color bright,
Color dark,
String shortText,
String description)
Deprecated.
|
Constructor and Description |
---|
IltAlarm(Object identifier,
IltAlarmSeverity perceivedSeverity,
boolean acknowledgedState,
Date raisedTime)
Creates a new
IltAlarm . |
IltAlarmCountAttributeType(int count,
IltAlarmSeverity highestOutstandingSeverity,
boolean hasOtherLessSevereAlarms,
String countText)
Creates a new instance.
|
IltAlarmCountAttributeType(int count,
IltAlarmSeverity highestOutstandingSeverity,
IltAlarmSeverity highestNewSeverity,
IltAlarmSeverity highestAcknowledgedSeverity,
boolean hasOtherLessSevereAlarms,
String countText,
boolean notReporting,
boolean lossOfConnectivity) |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.