org.snmp4j.agent.mo.snmp
Class SNMPv2TC

java.lang.Object
  extended by org.snmp4j.agent.mo.snmp.SNMPv2TC
All Implemented Interfaces:
TCModule

public final class SNMPv2TC
extends java.lang.Object
implements TCModule


Field Summary
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
SNMPv2TC()
           
 
Method Summary
 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 getTextualConventions()
          Gets a collection of TextualConvention instances in this TCModule.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

SNMPv2TC

public SNMPv2TC()
Method Detail

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 2005-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.