|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SnmpRequest | |
com.sun.jdmk.snmp.agent | Provides the classes for creating an SNMP agent. |
javax.management.snmp.manager | Provides the classes for creating an SNMP manager. |
Uses of SnmpRequest in com.sun.jdmk.snmp.agent |
Methods in com.sun.jdmk.snmp.agent with parameters of type SnmpRequest | |
protected boolean |
SnmpUsmProxy.handleReport(SnmpRequest request)
Deprecated. Called when a report is received when forwarding a request. |
protected boolean |
SnmpProxy.handleReport(SnmpRequest request)
Deprecated. Called when a report is received when forwarding a request. |
Uses of SnmpRequest in javax.management.snmp.manager |
Methods in javax.management.snmp.manager that return SnmpRequest | |
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. |
Methods in javax.management.snmp.manager with parameters of type SnmpRequest | |
void |
SnmpRequestHandler.processSnmpPollData(SnmpRequest request,
int errStatus,
int errIndex,
SnmpVarBindList vblist)
Deprecated. This callback is invoked when a peer responds to an SNMP request. |
void |
SnmpRequestHandler.processSnmpPollTimeout(SnmpRequest request)
Deprecated. This callback is invoked when a peer does not respond within the specified timeout value to the SNMP request. |
void |
SnmpRequestHandler.processSnmpInternalError(SnmpRequest request,
String errmsg)
Deprecated. This callback is invoked when any form of internal error occurs during processing of the session. |
boolean |
SnmpSession.checkResponseFor(SnmpRequest req)
Deprecated. Indicates whether a response was received for this request. |
|
FCS Release jdmk-5_1-b34.2 2005.11.29_16:24:00_MET |
||||||||||
PREV NEXT | FRAMES NO FRAMES |