Uses of Interface
org.snmp4j.agent.util.OIDTranslation
-
Packages that use OIDTranslation Package Description org.snmp4j.agent.mo.snmp4j -
-
Uses of OIDTranslation in org.snmp4j.agent.mo.snmp4j
Classes in org.snmp4j.agent.mo.snmp4j that implement OIDTranslation Modifier and Type Class Description class
MOSubtreeProxy.OIDTranslator
Methods in org.snmp4j.agent.mo.snmp4j that return OIDTranslation Modifier and Type Method Description OIDTranslation
MOSubtreeProxy. getTranslation()
Methods in org.snmp4j.agent.mo.snmp4j with parameters of type OIDTranslation Modifier and Type Method Description void
MOSubtreeProxy. setTranslation(OIDTranslation translation)
Sets a OID translation.
-