Uses of Class
com.sun.management.snmp.manager.SnmpRequest

Packages that use SnmpRequest
com.sun.management.snmp.agent Provides the classes for implementing an SNMP agent
com.sun.management.snmp.manager Provides the classes for implementing an SNMP manager and for sending SNMP requests. 
 

Uses of SnmpRequest in com.sun.management.snmp.agent
 

Methods in com.sun.management.snmp.agent with parameters of type SnmpRequest
protected  boolean SnmpUsmProxy.handleReport(SnmpRequest request)
          Called when a report is received when forwarding a request.
protected  boolean SnmpProxy.handleReport(SnmpRequest request)
          Called when a report is received when forwarding a request.
 

Uses of SnmpRequest in com.sun.management.snmp.manager
 

Methods in com.sun.management.snmp.manager that return SnmpRequest
 SnmpRequest SnmpSession.snmpGetBulkRequest(SnmpPeer peer, SnmpRequestHandler cb, SnmpVarBindList vblst, int nonRepeat, int maxRepeat)
          Performs a single SNMP getbulk request on the variable binding list.
 SnmpRequest SnmpSession.snmpGetBulkRequest(SnmpRequestHandler cb, SnmpVarBindList vblst, int nonRepeat, int maxRepeat)
          Performs a single SNMP getbulk request on the variable binding list.
 SnmpRequest SnmpSession.snmpGetNextPollRequest(SnmpPeer peer, SnmpRequestHandler cb, SnmpVarBindList vblst, int intrvl)
          Starts polling the peer at the specified intervals, for the MIB variables in the variable binding list.
 SnmpRequest SnmpSession.snmpGetNextPollRequest(SnmpRequestHandler cb, SnmpVarBindList vblst, int intrvl)
          Starts polling the peer at the specified intervals, for the MIB variables in the variable binding list.
 SnmpRequest SnmpSession.snmpGetNextRequest(SnmpPeer peer, SnmpRequestHandler cb, SnmpVarBindList vblst)
          Performs a single SNMP getnext request on the variable binding list.
 SnmpRequest SnmpSession.snmpGetNextRequest(SnmpRequestHandler cb, SnmpVarBindList vblst)
          Performs a single SNMP getnext request on the variable binding list.
 SnmpRequest SnmpSession.snmpGetPollRequest(SnmpPeer peer, SnmpRequestHandler cb, SnmpVarBindList vblst, int intrvl)
          Starts polling the peer at the specified intervals, for the MIB variables in the variable binding list.
 SnmpRequest SnmpSession.snmpGetPollRequest(SnmpRequestHandler cb, SnmpVarBindList vblst, int intrvl)
          Starts polling the peer at the specified intervals, for the MIB variables in the variable binding list.
 SnmpRequest SnmpSession.snmpGetRequest(SnmpPeer peer, SnmpRequestHandler cb, SnmpVarBindList vblst)
          Performs a single SNMP get request on the variable binding list.
 SnmpRequest SnmpSession.snmpGetRequest(SnmpRequestHandler cb, SnmpVarBindList vblst)
          Performs a single SNMP get request on the variable binding list.
 SnmpRequest SnmpSession.snmpInformRequest(SnmpPeer peer, SnmpRequestHandler cb, SnmpOid trapOid, SnmpVarBindList vblst)
          Performs a single SNMP inform request on the variable binding list.
 SnmpRequest SnmpSession.snmpInformRequest(SnmpRequestHandler cb, SnmpOid trapOid, SnmpVarBindList vblst)
          Performs a single SNMP inform request on the variable binding list.
 SnmpRequest SnmpSession.snmpSetRequest(SnmpPeer peer, SnmpRequestHandler cb, SnmpVarBindList vblst)
          Performs a single SNMP set request on the peer for the specified variable binding list.
 SnmpRequest SnmpSession.snmpSetRequest(SnmpRequestHandler cb, SnmpVarBindList vblst)
          Performs a single SNMP set request on the peer for the specified variable binding list.
 SnmpRequest SnmpSession.snmpWalkUntilRequest(SnmpPeer peer, SnmpRequestHandler cb, SnmpVarBindList vblst, SnmpOid key)
          Walks through the lexicographic ordering of the agent MIB.
 SnmpRequest SnmpSession.snmpWalkUntilRequest(SnmpRequestHandler cb, SnmpVarBindList vblst, SnmpOid key)
          Walks through the lexicographic ordering of the agent MIB.
 

Methods in com.sun.management.snmp.manager with parameters of type SnmpRequest
 boolean SnmpSession.checkResponseFor(SnmpRequest req)
          Indicates whether a response was received for this request.
 void SnmpRequestHandler.processSnmpInternalError(SnmpRequest request, String errmsg)
          This callback is invoked when any form of internal error occurs during processing of the session.
 void SnmpRequestHandler.processSnmpPollData(SnmpRequest request, int errStatus, int errIndex, SnmpVarBindList vblist)
          This callback is invoked when a peer responds to an SNMP request.
 void SnmpRequestHandler.processSnmpPollTimeout(SnmpRequest request)
          This callback is invoked when a peer does not respond within the specified timeout value to the SNMP request.
 


Open Source build 02
opendmk-1.0-b02 2007.10.01_19:17:46_MEST

Copyright 1998-2007 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.