public class IltSNMP extends Object
IltSNMP.State
.
The information regarding each MIB-II group is defined in the classes
IltSNMP.Interface
, IltSNMP.IP
, IltSNMP.ICMP
,
IltSNMP.TCP
, IltSNMP.UDP
, IltSNMP.EGP
,
IltSNMP.SNMP
.Modifier and Type | Class and Description |
---|---|
static class |
IltSNMP.EGP |
static class |
IltSNMP.ICMP |
static class |
IltSNMP.Interface |
static class |
IltSNMP.IP |
static class |
IltSNMP.SNMP |
static class |
IltSNMP.State |
static class |
IltSNMP.System |
static class |
IltSNMP.SystemInfo
This class models how the System Group, defined in MIB-II, is
represented for a telecom object.
|
static class |
IltSNMP.TCP |
static class |
IltSNMP.UDP |
Modifier and Type | Field and Description |
---|---|
static IltObjectInfo |
metainfo
Singleton instance of IltSNMP.System object system.
|
Modifier | Constructor and Description |
---|---|
protected |
IltSNMP() |
Modifier and Type | Method and Description |
---|---|
static IltObjectInfo |
GetIlpClass() |
static ilog.tgo.model.internal.IltStatePath |
GetPrimaryStatePath()
Returns the primary state path for SNMP.
|
static IlpMutableAttributeGroup |
GetSystemAttributeGroup()
Returns the SNMP.System attribute group.
|
static IltSNMP.State |
NewState(String name,
String description)
Creates a new state.
|
static void |
SetAttributeMapping(IlpAttribute attribute,
Object defaultValue,
IlpStringKey description)
Deprecated.
Please use
SetAttributeMapping(IlpAttribute,Object,String) method
to add the attribute. Configuration is done through cascading style sheets using the
following properties:
|
static void |
SetAttributeMapping(IlpAttribute attribute,
Object defaultValue,
String description)
Adds a new attribute to the System group and creates the proper mapper
information to display the new attribute in the system window.
|
static void |
SetAttributeMapping(IltKey k,
Object defaultValue,
IltKey.String description)
Deprecated.
Please use the
IlpAttribute version instead. |
static void |
SetAttributeMapping(IltKey k,
Object defaultValue,
String description)
Deprecated.
Please use the
IlpAttribute version instead. |
static IltStateSystem |
StateSystem()
Returns the only instance of SNMP state system.
|
public static final IltObjectInfo metainfo
IltDefaultMapStateStrategy
public static IltStateSystem StateSystem()
public static IltObjectInfo GetIlpClass()
public static IlpMutableAttributeGroup GetSystemAttributeGroup()
public static IltSNMP.State NewState(String name, String description)
IltBaseStyle
and IltBaseStyleMapping
instances will be created
automatically. You can then modify them at your convenience by using the
IltObject.GetBaseStyleMapping
method.name
- a unique namedescription
- the state's description, according to the current
localeIltObject.GetBaseStyleMapping(ilog.tgo.graphic.IltBaseStyle)
,
IltBaseStyle
,
IltBaseStyleMapping
public static void SetAttributeMapping(IlpAttribute attribute, Object defaultValue, String description)
This method can also be used to modify the configuration of a previously created attribute.
The user must create the IlpAttribute
instance.
attribute
- attribute being addeddefaultValue
- default value for the attributedescription
- textual description of the attribute which will be used to
represent it in the system window.IlpAttribute
,
Note: Configuration is done through cascading style sheets using the
following properties:
visibleInSystemWindow
: indicates if the
mapper will be applied or not the given attribute.
label
: string which represents the attribute
value .
captionLabel
: string used as a description of
the attribute.
captionLabelVisible
: indicates if the description
string should be displayed or not.
@Deprecated public static void SetAttributeMapping(IlpAttribute attribute, Object defaultValue, IlpStringKey description)
SetAttributeMapping(IlpAttribute,Object,String)
method
to add the attribute. Configuration is done through cascading style sheets using the
following properties:
visibleInSystemWindow
: indicates if the
mapper will be applied or not the given attribute.label
: string which represents the attribute
valuecaptionLabel
: string used as a description of
the attribute.captionLabelVisible
: indicates if the description
string should be displayed or not.This method can also be used to modify the configuration of a previously created attribute.
The user must create the IlpAttribute
instance which will be
represented.
attribute
- attribute being addeddefaultValue
- default value for the attributedescription
- textual description of the attribute which will be used to
represent it in the system window.IlpAttribute
,
IltAttribute
@Deprecated public static void SetAttributeMapping(IltKey k, Object defaultValue, String description)
IlpAttribute
version instead.@Deprecated public static void SetAttributeMapping(IltKey k, Object defaultValue, IltKey.String description)
IlpAttribute
version instead.public static ilog.tgo.model.internal.IltStatePath GetPrimaryStatePath()
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.