Uses of Interface
org.snmp4j.agent.mo.MOPriorityProvider
-
Packages that use MOPriorityProvider Package Description org.snmp4j.agent.io org.snmp4j.agent.mo.snmp4j -
-
Uses of MOPriorityProvider in org.snmp4j.agent.io
Methods in org.snmp4j.agent.io with parameters of type MOPriorityProvider Modifier and Type Method Description default void
MOPersistenceProvider. restore(String uri, int importMode, MOPriorityProvider priorityProvider)
Restore (load) agent state from the specified URI (can be as simple as a file path).default void
MOPersistenceProvider. store(String uri, MOPriorityProvider priorityProvider)
Stores the current agent state to persistent storage specified by the supplied URI in the order defined by the givengetPriorityMap()
. -
Uses of MOPriorityProvider in org.snmp4j.agent.mo.snmp4j
Classes in org.snmp4j.agent.mo.snmp4j that implement MOPriorityProvider Modifier and Type Class Description class
Snmp4jConfigMib
-