Package | Description |
---|---|
ilog.tgo.model |
Provides classes for telecom objects, states and alarms.
|
Modifier and Type | Field and Description |
---|---|
static IltSNMP.State |
IltSNMP.State.Down |
static IltSNMP.State |
IltSNMP.State.Failed |
static IltSNMP.State |
IltSNMP.State.Shutdown |
static IltSNMP.State |
IltSNMP.State.Testing |
static IltSNMP.State |
IltSNMP.State.Up |
Modifier and Type | Method and Description |
---|---|
static IltSNMP.State |
IltSNMPObjectState.GetDefaultState()
The default SNMP state for a new object.
|
IltSNMP.State |
IltSNMPObjectState.getState()
Returns the SNMP primary state of the telecom object.
|
static IltSNMP.State |
IltSNMP.NewState(String name,
String description)
Creates a new state.
|
Modifier and Type | Method and Description |
---|---|
static IltBaseStyle |
IltSNMPDefaultMapper.GetBaseStyle(IltSNMP.State state)
Deprecated.
Base style and base style mapping have been replaced by a
CSS configuration. If you are interested in configuring your object
according to primary state information, use a CSS instead. The
following CSS extract illustrates this kind of customization:
object."ilog.tgo.model.IltObject"["objectState.SNMP.State"=Up] { background: yellow; } |
static void |
IltSNMPObjectState.SetDefaultState(IltSNMP.State state)
Sets the default primary state for a new object.
|
void |
IltSNMPObjectState.setState(IltSNMP.State state)
Sets the SNMP primary state of the telecom object.
|
Constructor and Description |
---|
IltSNMPObjectState(IltSNMP.State state)
Creates a new
IltSNMPObjectState with the given primary state
value set, no statuses and no traps. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.