Uses of Interface
org.snmp4j.agent.mo.snmp.tc.TextualConvention

Packages that use TextualConvention
org.snmp4j.agent.mo   
org.snmp4j.agent.mo.snmp   
org.snmp4j.agent.mo.snmp.tc   
org.snmp4j.agent.mo.snmp4j   
 

Uses of TextualConvention in org.snmp4j.agent.mo
 

Methods in org.snmp4j.agent.mo that return TextualConvention
 TextualConvention DefaultMOFactory.getTextualConvention(java.lang.String moduleName, java.lang.String name)
           
 TextualConvention MOFactory.getTextualConvention(java.lang.String moduleName, java.lang.String name)
          Gets the textual convention described by the TC's name and the MIB module name of the MIB module specifying the TC.
 

Methods in org.snmp4j.agent.mo that return types with arguments of type TextualConvention
protected  java.util.Map<? extends java.lang.String,? extends java.util.Map<java.lang.String,TextualConvention>> DefaultMOFactory.getTextualConventions()
           
 

Methods in org.snmp4j.agent.mo with parameters of type TextualConvention
 void DefaultMOFactory.addTextualConvention(TextualConvention tc)
          Adds a textual convention to this factory which can then be used by the factory to create appropriate value constraints for columnar and scalar managed objects.
 void MOFactory.addTextualConvention(TextualConvention tc)
          Adds a textual convention to this factory which can then be used by the factory to create appropriate value constraints for columnar and scalar managed objects.
 void DefaultMOFactory.removeTextualConvention(TextualConvention tc)
           
 void MOFactory.removeTextualConvention(TextualConvention tc)
          Removes the supplied textual convention from the supported TCs by this ManagedObject factory.
 

Uses of TextualConvention in org.snmp4j.agent.mo.snmp
 

Classes in org.snmp4j.agent.mo.snmp that implement TextualConvention
 class NotificationLogMib.SnmpAdminString
           
 class NotificationLogMib.SnmpEngineID
           
 class NotificationLogMib.TAddress
           
 class NotificationLogMib.TDomain
           
 class SnmpTlsTmMib.SnmpAdminString
           
 class SnmpTlsTmMib.SnmpTLSFingerprint
           
 

Methods in org.snmp4j.agent.mo.snmp that return TextualConvention
 TextualConvention SNMPv2TC.getTextualConvention(java.lang.String name)
           
 

Uses of TextualConvention in org.snmp4j.agent.mo.snmp.tc
 

Classes in org.snmp4j.agent.mo.snmp.tc that implement TextualConvention
 class AutonomousTypeTC
           
 class DateAndTimeTC
           
 class DisplayStringTC
           
 class RowStatusTC
           
 class StorageTypeTC
           
 class TestAndIncrTC
           
 class TimeStampTC
           
 class TruthValueTC
           
 

Methods in org.snmp4j.agent.mo.snmp.tc that return TextualConvention
 TextualConvention TCModule.getTextualConvention(java.lang.String name)
          Gets the textual convention for the specified name.
 

Uses of TextualConvention in org.snmp4j.agent.mo.snmp4j
 

Classes in org.snmp4j.agent.mo.snmp4j that implement TextualConvention
 class Snmp4jProxyMib.SnmpAdminString
           
 class Snmp4jProxyMib.SnmpEngineID
           
 


Copyright 2005-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.