Uses of Interface
javax.management.snmp.manager.SnmpRequestHandler

Packages that use SnmpRequestHandler
javax.management.snmp.manager Provides the classes for creating an SNMP manager
 

Uses of SnmpRequestHandler in javax.management.snmp.manager
 

Methods in javax.management.snmp.manager with parameters of type SnmpRequestHandler
 SnmpRequest SnmpSession.snmpGetRequest(SnmpPeer peer, SnmpRequestHandler cb, SnmpVarBindList vblst)
          Deprecated. Performs a single SNMP get request on the variable binding list.
 SnmpRequest SnmpSession.snmpGetRequest(SnmpRequestHandler cb, SnmpVarBindList vblst)
          Deprecated. Performs a single SNMP get request on the variable binding list.
 SnmpRequest SnmpSession.snmpGetNextRequest(SnmpPeer peer, SnmpRequestHandler cb, SnmpVarBindList vblst)
          Deprecated. Performs a single SNMP getnext request on the variable binding list.
 SnmpRequest SnmpSession.snmpGetNextRequest(SnmpRequestHandler cb, SnmpVarBindList vblst)
          Deprecated. Performs a single SNMP getnext request on the variable binding list.
 SnmpRequest SnmpSession.snmpGetBulkRequest(SnmpPeer peer, SnmpRequestHandler cb, SnmpVarBindList vblst, int nonRepeat, int maxRepeat)
          Deprecated. Performs a single SNMP getbulk request on the variable binding list.
 SnmpRequest SnmpSession.snmpGetBulkRequest(SnmpRequestHandler cb, SnmpVarBindList vblst, int nonRepeat, int maxRepeat)
          Deprecated. Performs a single SNMP getbulk request on the variable binding list.
 SnmpRequest SnmpSession.snmpSetRequest(SnmpPeer peer, SnmpRequestHandler cb, SnmpVarBindList vblst)
          Deprecated. Performs a single SNMP set request on the peer for the specified variable binding list.
 SnmpRequest SnmpSession.snmpSetRequest(SnmpRequestHandler cb, SnmpVarBindList vblst)
          Deprecated. Performs a single SNMP set request on the peer for the specified variable binding list.
 SnmpRequest SnmpSession.snmpGetPollRequest(SnmpPeer peer, SnmpRequestHandler cb, SnmpVarBindList vblst, int intrvl)
          Deprecated. 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)
          Deprecated. Starts polling the peer at the specified intervals, for the MIB variables in the variable binding list.
 SnmpRequest SnmpSession.snmpGetNextPollRequest(SnmpPeer peer, SnmpRequestHandler cb, SnmpVarBindList vblst, int intrvl)
          Deprecated. 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)
          Deprecated. Starts polling the peer at the specified intervals, for the MIB variables in the variable binding list.
 SnmpRequest SnmpSession.snmpInformRequest(SnmpPeer peer, SnmpRequestHandler cb, SnmpOid trapOid, SnmpVarBindList vblst)
          Deprecated. Performs a single SNMP inform request on the variable binding list.
 SnmpRequest SnmpSession.snmpInformRequest(SnmpRequestHandler cb, SnmpOid trapOid, SnmpVarBindList vblst)
          Deprecated. Performs a single SNMP inform request on the variable binding list.
 SnmpRequest SnmpSession.snmpWalkUntilRequest(SnmpPeer peer, SnmpRequestHandler cb, SnmpVarBindList vblst, SnmpOid key)
          Deprecated. Walks through the lexicographic ordering of the agent MIB.
 SnmpRequest SnmpSession.snmpWalkUntilRequest(SnmpRequestHandler cb, SnmpVarBindList vblst, SnmpOid key)
          Deprecated. Walks through the lexicographic ordering of the agent MIB.
 


FCS Release
jdmk-5_1-b34.2 2005.11.29_16:24:00_MET

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