Uses of Interface
org.snmp4j.agent.mo.MOFilter
Packages that use MOFilter
-
Uses of MOFilter in org.snmp4j.agent
Methods in org.snmp4j.agent with parameters of type MOFilterModifier and TypeMethodDescriptionDefaultMOServer.iterator(Comparator<MOScope> comparator, MOFilter moFilter) MOServer.iterator(Comparator<MOScope> comparator, MOFilter moFilter) Return anIteratoron the registeredManagedObjects of this server in order defined by the given comparator and filtered.static voidDefaultMOServer.registerChangeListener(MOServer server, MOChangeListener listener, MOFilter moFilter) Register a singleMOChangeListenerwith all objects matching the given filter in the specifiedMOServer.static voidDefaultMOServer.unregisterChangeListener(MOServer server, MOChangeListener listener, MOFilter moFilter) Unregister a singleMOChangeListenerfrom all objects matching the given filter in the specifiedMOServer.