Package | Description |
---|---|
ilog.tgo.model |
Provides classes for telecom objects, states and alarms.
|
ilog.tgo.resource.css |
Specifies the set of settings that can be configured through cascading style sheets.
|
Modifier and Type | Method and Description |
---|---|
static IltChartMapping |
IltPerformanceDefaultMapper.GetSecStateChartMapping(IltPerformance.SecState state)
Deprecated.
Please use
IltSettings.GetValue instead. |
static IltChartMapping |
IltSANDefaultMapper.GetSecStateChartMapping(IltSAN.SecState state)
Deprecated.
Please use
IltSettings.GetValue instead. |
static IltChartMapping |
IltSNMPDefaultMapper.GetSecStateChartMapping(IltState state)
Deprecated.
Use
IltSettings.GetValue instead. For example:
IltSettings.GetValue("SNMP.IP.InReceives.Chart") . |
static IltChartMapping |
IltPerformanceDefaultMapper.SetSecStateChartMapping(IltPerformance.SecState state,
IltChartMapping mapping)
Deprecated.
Please use
IltSettings.SetValue instead. |
static IltChartMapping |
IltSANDefaultMapper.SetSecStateChartMapping(IltSAN.SecState state,
IltChartMapping mapping)
Deprecated.
Please use
IltSettings.SetValue instead. |
static IltChartMapping |
IltSNMPDefaultMapper.SetSecStateChartMapping(IltState state,
IltChartMapping mapping)
Deprecated.
Use
IltSettings.SetValue instead. For example:
IltSettings.SetValue("SNMP.Interface.InOctets.Type", IltDecorationType.Chart) and
IltSettings.SetValue("SNMP.Interface.InOctets.Chart", mapping) . |
Modifier and Type | Method and Description |
---|---|
static IltChartMapping |
IltPerformanceDefaultMapper.SetSecStateChartMapping(IltPerformance.SecState state,
IltChartMapping mapping)
Deprecated.
Please use
IltSettings.SetValue instead. |
static IltChartMapping |
IltSANDefaultMapper.SetSecStateChartMapping(IltSAN.SecState state,
IltChartMapping mapping)
Deprecated.
Please use
IltSettings.SetValue instead. |
static IltChartMapping |
IltSNMPDefaultMapper.SetSecStateChartMapping(IltState state,
IltChartMapping mapping)
Deprecated.
Use
IltSettings.SetValue instead. For example:
IltSettings.SetValue("SNMP.Interface.InOctets.Type", IltDecorationType.Chart) and
IltSettings.SetValue("SNMP.Interface.InOctets.Chart", mapping) . |
Modifier and Type | Method and Description |
---|---|
IltChartMapping |
IltNumericStateCustomization.getChart()
Sets the chart decoration object for the Performance, SAN and SNMP
secondary state objects.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.