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