|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IltSNMP.State | |
|---|---|
| ilog.tgo.model | Provides classes for telecom objects, states and alarms. |
| Uses of IltSNMP.State in ilog.tgo.model |
|---|
| Fields in ilog.tgo.model declared as IltSNMP.State | |
|---|---|
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
|
| Methods in ilog.tgo.model that return IltSNMP.State | |
|---|---|
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. |
| Methods in ilog.tgo.model with parameters of type IltSNMP.State | |
|---|---|
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. |
| Constructors in ilog.tgo.model with parameters of type IltSNMP.State | |
|---|---|
IltSNMPObjectState(IltSNMP.State state)
Creates a new IltSNMPObjectState with the given primary state
value set, no statuses and no traps. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||