java.util.EventListener
Snmp
, SnmpCommand
public interface CommandResponder
extends java.util.EventListener
CommandResponder
process incoming request, report and
notification PDUs. An event may only processed once. A command responder
must therefore set the processed
member of the supplied
CommandResponderEvent
object to true
when it has
processed the PDU.Modifier and Type | Method | Description |
---|---|---|
void |
processPdu(CommandResponderEvent event) |
Process an incoming request, report or notification PDU.
|
void processPdu(CommandResponderEvent event)
event
- a CommandResponderEvent
instance containing the PDU to
process and some additional information returned by the message
processing model that decoded the SNMP message.Copyright © 2018 SNMP4J.org. All rights reserved.