Uses of Interface
com.sun.management.snmp.manager.SnmpRequestHandler

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

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

Methods in com.sun.management.snmp.manager with parameters of type SnmpRequestHandler
 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.
 


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.