Uses of Interface
org.snmp4j.agent.mo.snmp.tc.TextualConvention
-
Packages that use TextualConvention Package Description org.snmp4j.agent.mo org.snmp4j.agent.mo.snmp org.snmp4j.agent.mo.snmp.dh org.snmp4j.agent.mo.snmp.tc -
-
Uses of TextualConvention in org.snmp4j.agent.mo
Methods in org.snmp4j.agent.mo that return TextualConvention Modifier and Type Method Description <V extends org.snmp4j.smi.Variable>
TextualConvention<V>DefaultMOFactory. getTextualConvention(String moduleName, String name)
<V extends org.snmp4j.smi.Variable>
TextualConvention<V>MOFactory. getTextualConvention(String moduleName, String name)
Gets the textual convention described by the TC's name and the MIB module name of the MIB module specifying the TC.<V extends org.snmp4j.smi.Variable>
TextualConvention<V>MOFactoryAdapter. getTextualConvention(String moduleName, String name)
Methods in org.snmp4j.agent.mo that return types with arguments of type TextualConvention Modifier and Type Method Description protected Map<? extends String,? extends Map<String,TextualConvention<?>>>
DefaultMOFactory. getTextualConventions()
Methods in org.snmp4j.agent.mo with parameters of type TextualConvention Modifier and Type Method Description 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
MOFactoryAdapter. addTextualConvention(TextualConvention<?> tc)
void
DefaultMOFactory. removeTextualConvention(TextualConvention<?> tc)
void
MOFactory. removeTextualConvention(TextualConvention<?> tc)
Removes the supplied textual convention from the supported TCs by this ManagedObject factory.void
MOFactoryAdapter. removeTextualConvention(TextualConvention<?> tc)
-
Uses of TextualConvention in org.snmp4j.agent.mo.snmp
Classes in org.snmp4j.agent.mo.snmp that implement TextualConvention Modifier and Type Class Description class
NotificationLogMib.SnmpAdminString
class
NotificationLogMib.SnmpEngineID
class
NotificationLogMib.TAddress
class
NotificationLogMib.TDomain
class
SnmpTlsTmMib.SnmpTLSFingerprint
Methods in org.snmp4j.agent.mo.snmp that return TextualConvention Modifier and Type Method Description TextualConvention<?>
SnmpFrameworkMIB. getTextualConvention(String name)
TextualConvention<?>
SNMPv2TC. getTextualConvention(String name)
Methods in org.snmp4j.agent.mo.snmp that return types with arguments of type TextualConvention Modifier and Type Method Description Collection<? extends TextualConvention<?>>
SnmpFrameworkMIB. getTextualConventions()
Collection<TextualConvention<?>>
SNMPv2TC. getTextualConventions()
-
Uses of TextualConvention in org.snmp4j.agent.mo.snmp.dh
Classes in org.snmp4j.agent.mo.snmp.dh that implement TextualConvention Modifier and Type Class Description class
SnmpUsmDhObjectsMib.DHKeyChange
-
Uses of TextualConvention in org.snmp4j.agent.mo.snmp.tc
Classes in org.snmp4j.agent.mo.snmp.tc that implement TextualConvention Modifier and Type Class Description class
AutonomousTypeTC
class
DateAndTimeTC
class
DisplayStringTC
TheDisplayStringTC
implements aOctetString
TextualConvention
that implements the SNMPv2-MIB DisplayString textual convention.class
RowStatusTC<R extends MOTableRow>
TheRowStatusTC
implements aInteger32
TextualConvention
that implements the SNMPv2-MIB RowStatus textual convention.class
SnmpAdminStringTC
Created by fock on 31.01.2015.class
SnmpEngineIDTC
Created by fock on 31.01.2015.class
StorageTypeTC
class
TestAndIncrTC
class
TimeStampTC
class
TruthValueTC
TruthValueTC implements the TruthValue Textual Convention from RFCMethods in org.snmp4j.agent.mo.snmp.tc that return TextualConvention Modifier and Type Method Description TextualConvention<?>
TCModule. getTextualConvention(String name)
Gets the textual convention for the specified name.Methods in org.snmp4j.agent.mo.snmp.tc that return types with arguments of type TextualConvention Modifier and Type Method Description Collection<? extends TextualConvention<?>>
TCModule. getTextualConventions()
Gets a collection ofTextualConvention
instances in thisTCModule
.
-