|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.tgo.model.IltSNMP
public class IltSNMP
This class provides the state system commonly used to model the
states and statuses of the SNMP MIB-II standard, based in RFC 1213,
2011, 2012 and 2013. The state class is called 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.
| Nested Class Summary | |
|---|---|
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
|
| Field Summary | |
|---|---|
static IltObjectInfo |
metainfo
Singleton instance of IltSNMP.System object system. |
| Constructor Summary | |
|---|---|
protected |
IltSNMP()
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final IltObjectInfo metainfo
IltDefaultMapStateStrategy| Constructor Detail |
|---|
protected IltSNMP()
| Method Detail |
|---|
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.
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
public static void SetAttributeMapping(IltKey k,
Object defaultValue,
String description)
IlpAttribute version instead.
public static void SetAttributeMapping(IltKey k,
Object defaultValue,
IltKey.String description)
IlpAttribute version instead.
public static ilog.tgo.model.internal.IltStatePath GetPrimaryStatePath()
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||