- java.lang.Object
-
- org.snmp4j.agent.mo.snmp.SNMPv2TC
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
AUTONOMOUSTYPE
static java.lang.String
DATEANDTIME
static java.lang.String
DISPLAYSTRING
static java.lang.String
MODULE_NAME
static java.lang.String
ROWSTATUS
static java.lang.String
STORAGETYPE
static java.lang.String
TESTANDINCR
static java.lang.String
TIMESTAMP
static java.lang.String
TRUTHVALUE
-
Constructor Summary
Constructors Constructor Description SNMPv2TC()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
Returns the (unique) name of the module definition.TextualConvention
getTextualConvention(java.lang.String name)
Gets the textual convention for the specified name.java.util.Collection<TextualConvention>
getTextualConventions()
Gets a collection ofTextualConvention
instances in thisTCModule
.
-
-
-
Field Detail
-
MODULE_NAME
public static final java.lang.String MODULE_NAME
- See Also:
- Constant Field Values
-
AUTONOMOUSTYPE
public static final java.lang.String AUTONOMOUSTYPE
- See Also:
- Constant Field Values
-
TIMESTAMP
public static final java.lang.String TIMESTAMP
- See Also:
- Constant Field Values
-
DISPLAYSTRING
public static final java.lang.String DISPLAYSTRING
- See Also:
- Constant Field Values
-
STORAGETYPE
public static final java.lang.String STORAGETYPE
- See Also:
- Constant Field Values
-
DATEANDTIME
public static final java.lang.String DATEANDTIME
- See Also:
- Constant Field Values
-
ROWSTATUS
public static final java.lang.String ROWSTATUS
- See Also:
- Constant Field Values
-
TRUTHVALUE
public static final java.lang.String TRUTHVALUE
- See Also:
- Constant Field Values
-
TESTANDINCR
public static final java.lang.String TESTANDINCR
- See Also:
- Constant Field Values
-
-
Method Detail
-
getName
public final java.lang.String getName()
Description copied from interface:TCModule
Returns the (unique) name of the module definition.
-
getTextualConvention
public TextualConvention getTextualConvention(java.lang.String name)
Description copied from interface:TCModule
Gets the textual convention for the specified name.- Specified by:
getTextualConvention
in interfaceTCModule
- Parameters:
name
- the object definition name of the TC MIB definition.- Returns:
- a
TextualConvention
instance.
-
getTextualConventions
public java.util.Collection<TextualConvention> getTextualConventions()
Description copied from interface:TCModule
Gets a collection ofTextualConvention
instances in thisTCModule
.- Specified by:
getTextualConventions
in interfaceTCModule
- Returns:
- a Collection of
TextualConvention
instances.
-
-