Uses of Interface
org.snmp4j.agent.agentx.master.AgentXPending
Packages that use AgentXPending
-
Uses of AgentXPending in org.snmp4j.agent.agentx.master
Classes in org.snmp4j.agent.agentx.master that implement AgentXPendingModifier and TypeClassDescriptionclass
AbstractAgentXPending<A extends org.snmp4j.smi.Address>
TheAbstractAgentXPending
implements an abstract class for pending AgentX requests.class
AgentXPendingClose<A extends org.snmp4j.smi.Address>
AAgentXPendingClose
is a specialAbstractAgentXPending
message for AgentX Close requests.class
AgentXPendingGet<A extends org.snmp4j.smi.Address>
AgentXPendingGet
implements an AgentX GET request.class
AgentXPendingSet<A extends org.snmp4j.smi.Address>
AgentXPendingSet
implements an AgentX SET request.Methods in org.snmp4j.agent.agentx.master that return AgentXPendingModifier and TypeMethodDescriptionAgentXQueue.get
(int sessionID, int transactionID) Returns the AgentX request in the queue identified by an AgentX session ID and a transaction ID.AgentXQueue.remove
(int sessionID, int transactionID) Returns the AgentX request in the queue identified by an AgentX session ID and a transaction ID and removes that request from the queue.Methods in org.snmp4j.agent.agentx.master with parameters of type AgentXPendingModifier and TypeMethodDescriptionprotected void
AgentXCommandProcessor.processAgentXBulkResponse
(AgentXPending<?> pending, AgentXResponsePDU pdu) Process an AgentX-GETBULK-Response.protected void
AgentXCommandProcessor.processAgentXGetNextResponse
(AgentXPending<?> pending, AgentXResponsePDU pdu) Process a pending GETNEXT response.protected void
AgentXCommandProcessor.processAgentXGetResponse
(AgentXPending<?> pending, AgentXResponsePDU pdu) Process a pending GET response.protected void
AgentXCommandProcessor.processAgentXSetResponse
(AgentXPending<?> pending, AgentXResponsePDU pdu) Process a pending SET response.protected static void
AgentXCommandProcessor.processsErrorResponse
(AgentXPending<?> pending, AgentXResponsePDU pdu) Process an error response.