Uses of Interface
org.snmp4j.agent.request.Request

Packages that use Request
org.snmp4j.agent   
org.snmp4j.agent.mo   
org.snmp4j.agent.request   
 

Uses of Request in org.snmp4j.agent
 

Fields in org.snmp4j.agent with type parameters of type Request
protected  TemporaryList<Request> CommandProcessor.requestList
           
 

Methods in org.snmp4j.agent that return types with arguments of type Request
 TemporaryList<Request> CommandProcessor.getRequestList()
           
 

Methods in org.snmp4j.agent with parameters of type Request
protected  void CommandProcessor.finalizeRequest(org.snmp4j.CommandResponderEvent command, Request req, MOServer server)
           
protected  void CommandProcessor.processNextSubRequest(Request request, MOServer server, org.snmp4j.smi.OctetString context, SubRequest sreq)
           
 void RequestHandler.processPdu(Request request, MOServer server)
          Processes a request on behalf of the supplied MOServer.
protected  void CommandProcessor.processRequest(MOServer server, RequestHandler handler, Request req)
          Processs (or re-process) a request and try to complete the request (thus to complete any incomplete subrequests).
protected  void CommandProcessor.release(MOServer server, Request req)
           
protected  void CommandProcessor.setAuthorizationError(Request req, int vacmStatus)
           
 

Uses of Request in org.snmp4j.agent.mo
 

Fields in org.snmp4j.agent.mo with type parameters of type Request
protected  java.util.WeakHashMap<Request,java.util.Map<org.snmp4j.smi.OID,R>> DefaultMOTable.newRows
           
protected  java.util.WeakHashMap<Request,java.util.Map<org.snmp4j.smi.OID,DefaultMOTable.ChangeSet>> DefaultMOTable.pendingChanges
           
 

Methods in org.snmp4j.agent.mo with parameters of type Request
protected  java.util.Map<org.snmp4j.smi.OID,R> DefaultMOTable.getNewRows(Request key)
           
protected  boolean DefaultMOTable.hasNewRows(Request key)
           
 

Uses of Request in org.snmp4j.agent.request
 

Classes in org.snmp4j.agent.request that implement Request
 class AbstractRequest<U extends SubRequest,S,R>
          The AbstractRequest implements common elements of SNMP and AgentX requests and might be also used for other sub-agent request types.
 class SnmpRequest
          The SnmpRequest class implements requests from a SNMP source.
 

Methods in org.snmp4j.agent.request that return Request
 Request RequestFactory.createRequest(S initiatingEvent, CoexistenceInfo cinfo)
          Creates a Request from a CommandResponderEvent responder event.
 Request SnmpRequest.SnmpSubRequest.getRequest()
           
 Request<S,R> SubRequest.getRequest()
          Gets the request this sub-request belongs to.
 


Copyright 2005-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.