Uses of Interface
org.snmp4j.agent.agentx.master.AgentXPending

Packages that use AgentXPending
org.snmp4j.agent.agentx.master   
 

Uses of AgentXPending in org.snmp4j.agent.agentx.master
 

Classes in org.snmp4j.agent.agentx.master that implement AgentXPending
 class AbstractAgentXPending
           
 class AgentXPendingClose
           
 class AgentXPendingGet
           
 class AgentXPendingSet
           
 

Methods in org.snmp4j.agent.agentx.master that return AgentXPending
 AgentXPending AgentXQueue.AgentXQueueEntry.get(int sessionID, boolean remove)
           
 AgentXPending AgentXQueue.get(int sessionID, int transactionID)
          Returns the AgentX request in the queue identified by an AgentX session ID and a transaction ID.
 AgentXPending AgentXQueueEvent.getQueueElement()
           
 AgentXPending 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 AgentXPending
 void AgentXQueue.AgentXQueueEntry.addEntry(AgentXPending pendingRequest)
           
protected  void AgentXCommandProcessor.processAgentXBulkResponse(AgentXPending pending, AgentXResponsePDU pdu)
           
protected  void AgentXCommandProcessor.processAgentXGetNextResponse(AgentXPending pending, AgentXResponsePDU pdu)
           
protected  void AgentXCommandProcessor.processAgentXGetResponse(AgentXPending pending, AgentXResponsePDU pdu)
           
protected  void AgentXCommandProcessor.processAgentXSearchResponse(AgentXPending pending, AgentXResponsePDU pdu)
           
protected  void AgentXCommandProcessor.processAgentXSetResponse(AgentXPending pending, AgentXResponsePDU pdu)
           
protected static void AgentXCommandProcessor.processsErrorResponse(AgentXPending pending, AgentXResponsePDU pdu)
           
 

Constructors in org.snmp4j.agent.agentx.master with parameters of type AgentXPending
AgentXQueueEvent(java.lang.Object source, int type, AgentXPending queueElement)
           
 


Copyright 2005-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.