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 IltCounterMapping |
IltPerformanceDefaultMapper.GetSecStateCounterMapping(IltPerformance.SecState state)
Deprecated.
Please use
IltSettings.GetValue instead. |
static IltCounterMapping |
IltSANDefaultMapper.GetSecStateCounterMapping(IltSAN.SecState state)
Deprecated.
Please use
IltSettings.GetValue instead. |
static IltCounterMapping |
IltSNMPDefaultMapper.GetSecStateCounterMapping(IltState state)
Deprecated.
Use
IltSettings.GetValue instead. For example:
IltSettings.GetValue("SNMP.IP.InReceives.Counter") . |
static IltCounterMapping |
IltPerformanceDefaultMapper.SetSecStateCounterMapping(IltPerformance.SecState state,
IltCounterMapping mapping)
Deprecated.
Please use
IltSettings.SetValue instead. |
static IltCounterMapping |
IltSANDefaultMapper.SetSecStateCounterMapping(IltSAN.SecState state,
IltCounterMapping mapping)
Deprecated.
Please use
IltSettings.SetValue instead. |
static IltCounterMapping |
IltSNMPDefaultMapper.SetSecStateCounterMapping(IltState state,
IltCounterMapping mapping)
Deprecated.
Use
IltSettings.SetValue instead. For example:
IltSettings.SetValue("SNMP.Interface.InOctets.Type", IltDecorationType.Counter) and
IltSettings.SetValue("SNMP.Interface.InOctets.Counter", mapping) . |
Modifier and Type | Method and Description |
---|---|
static IltCounterMapping |
IltPerformanceDefaultMapper.SetSecStateCounterMapping(IltPerformance.SecState state,
IltCounterMapping mapping)
Deprecated.
Please use
IltSettings.SetValue instead. |
static IltCounterMapping |
IltSANDefaultMapper.SetSecStateCounterMapping(IltSAN.SecState state,
IltCounterMapping mapping)
Deprecated.
Please use
IltSettings.SetValue instead. |
static IltCounterMapping |
IltSNMPDefaultMapper.SetSecStateCounterMapping(IltState state,
IltCounterMapping mapping)
Deprecated.
Use
IltSettings.SetValue instead. For example:
IltSettings.SetValue("SNMP.Interface.InOctets.Type", IltDecorationType.Counter) and
IltSettings.SetValue("SNMP.Interface.InOctets.Counter", mapping) . |
Modifier and Type | Method and Description |
---|---|
IltCounterMapping |
IltNumericStateCustomization.getCounter()
Returns the counter decoration object the for Performance, SAN and SNMP
secondary state objects.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.