org.snmp4j.agent.mo.snmp
Class SNMPv2TC
java.lang.Object
org.snmp4j.agent.mo.snmp.SNMPv2TC
- All Implemented Interfaces:
- TCModule
public final class SNMPv2TC
- extends java.lang.Object
- implements TCModule
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
SNMPv2TC
public SNMPv2TC()
getName
public final java.lang.String getName()
- Description copied from interface:
TCModule
- Returns the (unique) name of the module definition.
- Specified by:
getName in interface TCModule
- Returns:
- a unique SMI MODULE name (upper case string with hyphens).
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 interface TCModule
- Parameters:
name - the object definition name of the TC MIB definition.
- Returns:
- a
TextualConvention instance.
getTextualConventions
public java.util.Collection getTextualConventions()
- Description copied from interface:
TCModule
- Gets a collection of
TextualConvention instances in this
TCModule.
- Specified by:
getTextualConventions in interface TCModule
- Returns:
- a Collection of
TextualConvention instances.
Copyright © 2011 SNMP4J.org. All Rights Reserved.