Uses of Interface
com.snmp4j.smi.polymorphic.PolymorphicVariableFormatter
Packages that use PolymorphicVariableFormatter
Package
Description
Provides classes and interfaces for parsing, compiling, loading,
and using Management Information Base (MIB) specifications written in Structure of
Management Information (SMI) version 1 and 2 with SNMP4J to format and parse SNMP data.
-
Uses of PolymorphicVariableFormatter in com.snmp4j.smi
Classes in com.snmp4j.smi that implement PolymorphicVariableFormatterModifier and TypeClassDescriptionfinal classTheSmiManagerPro class manages the Structure of Management Information (SMI) specifications.Methods in com.snmp4j.smi with parameters of type PolymorphicVariableFormatterModifier and TypeMethodDescriptionvoidDefaultPolymorphicVariableFormats.agentxConnTransportAddress(PolymorphicVariableFormatter formatter) Register the default polymorphic variable formats for the AGENTX-MIB (agentxConnTransportDomain/agentxConnTransportAddress).voidDefaultPolymorphicVariableFormats.inetCidrRouteDest(PolymorphicVariableFormatter formatter) Register the default polymorphic variable format for IP-FORWARD-MIB (inetCidrRouteDestType/inetCidrRouteDest).voidDefaultPolymorphicVariableFormats.inetCidrRouteNextHop(PolymorphicVariableFormatter formatter) Register the default polymorphic variable format for IP-FORWARD-MIB (inetCidrRouteNextHopType/inetCidrRouteNextHop).voidDefaultPolymorphicVariableFormats.ipAddressAddr(PolymorphicVariableFormatter formatter) Register the default polymorphic variable format for IP-MIB (ipAddressAddrType/ipAddressAddr).voidDefaultPolymorphicVariableFormats.ipAddressPrefixPrefix(PolymorphicVariableFormatter formatter) Register the default polymorphic variable format for IP-MIB (ipAddressPrefixType/ipAddressPrefixPrefix).voidDefaultPolymorphicVariableFormats.ipDefaultRouterAddress(PolymorphicVariableFormatter formatter) Register the default polymorphic variable format for IP-MIB (ipDefaultRouterAddressType/ipDefaultRouterAddress).voidDefaultPolymorphicVariableFormats.ipNetToPhysicalNetAddress(PolymorphicVariableFormatter formatter) Register the default polymorphic variable format for IP-MIB (ipNetToPhysicalNetAddressType/ipNetToPhysicalNetAddress).voidDefaultPolymorphicVariableFormats.nlmLogEngineTAddress(PolymorphicVariableFormatter formatter) Register the default polymorphic variable formats for the NOTIFICATION-LOG-MIB (nlmLogEngineTDomain/nlmLogEngineTAddress).booleanDefaultPolymorphicVariableFormats.registerFormatter(String module, PolymorphicVariableFormatter formatter) voidDefaultPolymorphicVariableFormats.registerInetAddress(org.snmp4j.smi.OID columnTypeOID, org.snmp4j.smi.OID variableTypeOID, PolymorphicVariableFormatter formatter) Register a pair of columnar object IDs that implement theInetAddressType/InetAddresspolymorphic type relationship defined by the INET-ADDRESS-MIB (RFC 4001).voidDefaultPolymorphicVariableFormats.registerPolymorphicVariableFormatsForMIB(String module, PolymorphicVariableFormatter formatter) Register the default polymorphic variable formats for a given MIB module.voidDefaultPolymorphicVariableFormats.registerTAddress(org.snmp4j.smi.OID columnTypeOID, org.snmp4j.smi.OID variableTypeOID, PolymorphicVariableFormatter formatter) voidDefaultPolymorphicVariableFormats.snmpTargetAddrTAddress(PolymorphicVariableFormatter formatter) Register the default polymorphic variable formats for the SNMP-TARGET-MIB.voidDefaultPolymorphicVariableFormats.tcpConnectionLocalAddress(PolymorphicVariableFormatter formatter) Register the default polymorphic variable format for TCP-MIB (tcpConnectionLocalAddressType/tcpConnectionLocalAddress).voidDefaultPolymorphicVariableFormats.tcpConnectionRemAddress(PolymorphicVariableFormatter formatter) Register the default polymorphic variable format for TCP-MIB (tcpConnectionRemAddressType/tcpConnectionRemAddress).voidDefaultPolymorphicVariableFormats.tcpListenerLocalAddress(PolymorphicVariableFormatter formatter) Register the default polymorphic variable format for TCP-MIB (tcpListenerLocalAddressType/tcpListenerLocalAddress).voidDefaultPolymorphicVariableFormats.udpEndpointLocalAddress(PolymorphicVariableFormatter formatter) Register the default polymorphic variable format for UDP-MIB (udpEndpointLocalAddressType/udpEndpointLocalAddress).voidDefaultPolymorphicVariableFormats.udpEndpointRemoteAddress(PolymorphicVariableFormatter formatter) Register the default polymorphic variable format for UDP-MIB (udpEndpointRemoteAddressType/udpEndpointRemoteAddress).booleanDefaultPolymorphicVariableFormats.unregisterFormatter(String module, PolymorphicVariableFormatter formatter) -
Uses of PolymorphicVariableFormatter in com.snmp4j.smi.polymorphic
Methods in com.snmp4j.smi.polymorphic with parameters of type PolymorphicVariableFormatterModifier and TypeMethodDescriptionbooleanPolymorphicVariableFormatterFactory.registerFormatter(String module, PolymorphicVariableFormatter formatter) Register the polymorphic variable formatter for a specific MIB module.booleanPolymorphicVariableFormatterFactory.unregisterFormatter(String module, PolymorphicVariableFormatter formatter) Unregister the polymorphic variable formatter for a specific MIB module.