Uses of Interface
org.snmp4j.CommandResponder
Packages that use CommandResponder
Package
Description
Provides classes and interfaces for creating, sending, and receiving SNMP
messages.
Contains table retrieval utilities and multi-threading support classes as
well as miscellaneous utility classes.
-
Uses of CommandResponder in org.snmp4j
Classes in org.snmp4j that implement CommandResponderModifier and TypeClassDescriptionclassTheSnmpclass is the core of SNMP4J.classTheNotificationDispatcherdispatches traps, notifications, and to registered listeners.Methods in org.snmp4j with parameters of type CommandResponderModifier and TypeMethodDescriptionvoidMessageDispatcher.addCommandResponder(CommandResponder listener) Adds aCommandResponderinstance to the message dispatcher.voidMessageDispatcherImpl.addCommandResponder(CommandResponder l) voidSnmp.addCommandResponder(CommandResponder listener) Adds aCommandResponderto this SNMP session.booleanSnmp.addNotificationListener(Address listenAddress, CommandResponder listener) Adds a notification listener to this Snmp instance.booleanSnmp.addNotificationListener(TransportMapping<?> transportMapping, Address listenAddress, CommandResponder listener) Adds a notification listener to this Snmp instance.voidSnmp.NotificationDispatcher.addNotificationListener(Address listenAddress, TransportMapping<?> transport, CommandResponder listener) voidMessageDispatcher.removeCommandResponder(CommandResponder listener) Removes a previously addedCommandResponderinstance from the message dispatcher.voidMessageDispatcherImpl.removeCommandResponder(CommandResponder l) voidSnmp.removeCommandResponder(CommandResponder listener) Removes aCommandResponderfrom this SNMP session. -
Uses of CommandResponder in org.snmp4j.util
Methods in org.snmp4j.util with parameters of type CommandResponderModifier and TypeMethodDescriptionvoidMultiThreadedMessageDispatcher.addCommandResponder(CommandResponder listener) voidMultiThreadedMessageDispatcher.removeCommandResponder(CommandResponder listener)