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 TypeClassDescriptionclassAbstractAgentXPending<A extends org.snmp4j.smi.Address>TheAbstractAgentXPendingimplements an abstract class for pending AgentX requests.classAgentXPendingClose<A extends org.snmp4j.smi.Address>AAgentXPendingCloseis a specialAbstractAgentXPendingmessage for AgentX Close requests.classAgentXPendingGet<A extends org.snmp4j.smi.Address>AgentXPendingGetimplements an AgentX GET request.classAgentXPendingSet<A extends org.snmp4j.smi.Address>AgentXPendingSetimplements 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 voidAgentXCommandProcessor.processAgentXBulkResponse(AgentXPending<?> pending, AgentXResponsePDU pdu) Process an AgentX-GETBULK-Response.protected voidAgentXCommandProcessor.processAgentXGetNextResponse(AgentXPending<?> pending, AgentXResponsePDU pdu) Process a pending GETNEXT response.protected voidAgentXCommandProcessor.processAgentXGetResponse(AgentXPending<?> pending, AgentXResponsePDU pdu) Process a pending GET response.protected voidAgentXCommandProcessor.processAgentXSetResponse(AgentXPending<?> pending, AgentXResponsePDU pdu) Process a pending SET response.protected static voidAgentXCommandProcessor.processsErrorResponse(AgentXPending<?> pending, AgentXResponsePDU pdu) Process an error response.