Uses of Class
org.snmp4j.agent.agentx.AgentXResponseEvent
Packages that use AgentXResponseEvent
Package
Description
-
Uses of AgentXResponseEvent in org.snmp4j.agent.agentx
Methods in org.snmp4j.agent.agentx that return AgentXResponseEventModifier and TypeMethodDescription<A extends org.snmp4j.smi.Address>
AgentXResponseEvent<A> AgentX.send
(AgentXPDU pdu, AgentXTarget<A> target, org.snmp4j.TransportMapping<? super A> transport) Sends aAgentXPDU
to the given target and returns the response synchronously.Methods in org.snmp4j.agent.agentx with parameters of type AgentXResponseEventModifier and TypeMethodDescriptionvoid
AgentXResponseListener.onResponse
(AgentXResponseEvent<?> event) Process an AgentX response. -
Uses of AgentXResponseEvent in org.snmp4j.agent.agentx.master
Methods in org.snmp4j.agent.agentx.master with parameters of type AgentXResponseEventModifier and TypeMethodDescriptionvoid
AgentXCommandProcessor.onResponse
(AgentXResponseEvent<?> event) Process anAgentXResponseEvent
. -
Uses of AgentXResponseEvent in org.snmp4j.agent.agentx.subagent
Methods in org.snmp4j.agent.agentx.subagent that return AgentXResponseEventModifier and TypeMethodDescription<A extends org.snmp4j.smi.Address>
AgentXResponseEvent<A> AgentXSubagent.notify
(AgentXSession<A> session, org.snmp4j.smi.OctetString context, org.snmp4j.smi.OID notificationID, org.snmp4j.smi.TimeTicks sysUpTime, org.snmp4j.smi.VariableBinding[] vbs) Send an AgentX notification to the master which will then be forwarded to trap/notification targets of the master.