Uses of Class
javax.management.snmp.SnmpVarBindList

Packages that use SnmpVarBindList
com.sun.jdmk.comm   
com.sun.jdmk.snmp.agent Provides the classes for creating an SNMP agent
javax.management.snmp Provides the core classes which implement common SNMP data types and services
javax.management.snmp.manager Provides the classes for creating an SNMP manager
 

Uses of SnmpVarBindList in com.sun.jdmk.comm
 

Methods in com.sun.jdmk.comm that return SnmpVarBindList
 SnmpVarBindList SnmpV3InformRequest.getReportVarBindList()
          Deprecated. Gets the report SnmpVarBindList.
 SnmpVarBindList SnmpInformRequest.getResponseVarBindList()
          Deprecated. Gets the SnmpVarBindList of the inform response.
 

Methods in com.sun.jdmk.comm with parameters of type SnmpVarBindList
 SnmpV3InformRequest SnmpV3AdaptorServerMBean.snmpV3UsmInformRequest(SnmpUsmPeer informPeer, SnmpInformHandler cb, SnmpOid trapOid, SnmpVarBindList list)
          Deprecated. Sends an inform request using SNMP V3 inform request format.
 void SnmpV3AdaptorServerMBean.snmpV3UsmTrap(String principal, int securityLevel, String contextName, SnmpOid trapOid, SnmpVarBindList list)
          Deprecated. Sends a trap to all IP addresses in IPAcl using Usm as security model.
 void SnmpV3AdaptorServerMBean.snmpV3UsmTrap(InetAddress addr, String principal, int securityLevel, String contextName, SnmpOid trapOid, SnmpVarBindList list)
          Deprecated. Sends a trap to the specified address using Usm as security model.
 void SnmpV3AdaptorServerMBean.snmpV3UsmTrap(InetAddress addr, String principal, int securityLevel, String contextName, SnmpOid trapOid, SnmpVarBindList list, SnmpTimeticks time)
          Deprecated. Sends a trap to the specified address using Usm as security model.
 void SnmpV3AdaptorServerMBean.snmpV3UsmTrap(SnmpUsmPeer peer, SnmpOid trapOid, SnmpVarBindList list, SnmpTimeticks time)
          Deprecated. Sends a trap to the specified SnmpUsmPeer using Usm as security model.
 void SnmpV3AdaptorServer.snmpV3UsmTrap(String principal, int securityLevel, String contextName, SnmpOid trapOid, SnmpVarBindList list)
          Deprecated. Sends a trap to all IP addresses in InetAddressAcl using Usm as security model.
 void SnmpV3AdaptorServer.snmpV3UsmTrap(InetAddress addr, String principal, int securityLevel, String contextName, SnmpOid trapOid, SnmpVarBindList list)
          Deprecated. Sends a trap to the specified address using Usm as security model.
 void SnmpV3AdaptorServer.snmpV3UsmTrap(InetAddress addr, String principal, int securityLevel, String contextName, SnmpOid trapOid, SnmpVarBindList list, SnmpTimeticks time)
          Deprecated. Sends a trap to the specified address using Usm as security model.
 void SnmpV3AdaptorServer.snmpV3UsmTrap(SnmpUsmPeer peer, SnmpOid trapOid, SnmpVarBindList list, SnmpTimeticks time)
          Deprecated. Sends a trap to the specified SnmpUsmPeer using Usm as security model.
 SnmpV3InformRequest SnmpV3AdaptorServer.snmpV3UsmInformRequest(SnmpUsmPeer informPeer, SnmpInformHandler cb, SnmpOid trapOid, SnmpVarBindList list)
          Deprecated. Sends an inform request using SNMP V3 inform request format.
 SnmpV3InformRequest SnmpV3AdaptorServer.snmpV3InformRequest(InetAddress addr, SnmpInformHandler cb, SnmpScopedPduRequest pdu, SnmpOid trapOid, SnmpVarBindList varBindList)
          Deprecated. You shouldn't use this method directly.
 void SnmpInformHandler.processSnmpPollData(SnmpInformRequest request, int errStatus, int errIndex, SnmpVarBindList vblist)
          Deprecated. This callback is invoked when a manager responds to an SNMP inform request.
 void SnmpAdaptorServerMBean.snmpV1Trap(int generic, int specific, SnmpVarBindList varBindList)
          Deprecated. Sends a trap using SNMP V1 trap format.
 void SnmpAdaptorServerMBean.snmpV1Trap(InetAddress address, String cs, int generic, int specific, SnmpVarBindList varBindList)
          Deprecated. Sends a trap using SNMP V1 trap format.
 void SnmpAdaptorServerMBean.snmpV1Trap(SnmpPeer peer, SnmpIpAddress agentAddr, SnmpOid enterpOid, int generic, int specific, SnmpVarBindList varBindList, SnmpTimeticks time)
          Deprecated. Sends a trap using SNMP V1 trap format.
 void SnmpAdaptorServerMBean.snmpV2Trap(SnmpPeer peer, SnmpOid trapOid, SnmpVarBindList varBindList, SnmpTimeticks time)
          Deprecated. Sends a trap using SNMP V2 trap format.
 void SnmpAdaptorServerMBean.snmpV2Trap(SnmpOid trapOid, SnmpVarBindList varBindList)
          Deprecated. Sends a trap using SNMP V2 trap format.
 void SnmpAdaptorServerMBean.snmpV2Trap(InetAddress address, String cs, SnmpOid trapOid, SnmpVarBindList varBindList)
          Deprecated. Sends a trap using SNMP V2 trap format.
 Vector SnmpAdaptorServerMBean.snmpInformRequest(SnmpInformHandler cb, SnmpOid trapOid, SnmpVarBindList varBindList)
          Deprecated. Sends an inform using SNMP V2 inform request format.
 SnmpInformRequest SnmpAdaptorServerMBean.snmpInformRequest(InetAddress address, String cs, SnmpInformHandler cb, SnmpOid trapOid, SnmpVarBindList varBindList)
          Deprecated. Sends an inform using SNMP V2 inform request format.
 SnmpInformRequest SnmpAdaptorServerMBean.snmpInformRequest(SnmpPeer peer, SnmpInformHandler cb, SnmpOid trapOid, SnmpVarBindList varBindList)
          Deprecated. Sends an inform using SNMP V2 inform request format.
 void SnmpAdaptorServer.snmpV1Trap(int generic, int specific, SnmpVarBindList varBindList)
          Deprecated. Sends a trap using SNMP V1 trap format.
 void SnmpAdaptorServer.snmpV1Trap(InetAddress addr, String cs, int generic, int specific, SnmpVarBindList varBindList)
          Deprecated. Sends a trap using SNMP V1 trap format.
 void SnmpAdaptorServer.snmpV1Trap(InetAddress addr, SnmpIpAddress agentAddr, String cs, SnmpOid enterpOid, int generic, int specific, SnmpVarBindList varBindList, SnmpTimeticks time)
          Deprecated. Sends a trap using SNMP V1 trap format.
 void SnmpAdaptorServer.snmpV1Trap(SnmpPeer peer, SnmpIpAddress agentAddr, SnmpOid enterpOid, int generic, int specific, SnmpVarBindList varBindList, SnmpTimeticks time)
          Deprecated. Sends a trap using SNMP V1 trap format.
 void SnmpAdaptorServer.snmpV2Trap(SnmpPeer peer, SnmpOid trapOid, SnmpVarBindList varBindList, SnmpTimeticks time)
          Deprecated. Sends a trap using SNMP V2 trap format.
 void SnmpAdaptorServer.snmpV2Trap(SnmpOid trapOid, SnmpVarBindList varBindList)
          Deprecated. Sends a trap using SNMP V2 trap format.
 void SnmpAdaptorServer.snmpV2Trap(InetAddress addr, String cs, SnmpOid trapOid, SnmpVarBindList varBindList)
          Deprecated. Sends a trap using SNMP V2 trap format.
 void SnmpAdaptorServer.snmpV2Trap(InetAddress addr, String cs, SnmpOid trapOid, SnmpVarBindList varBindList, SnmpTimeticks time)
          Deprecated. Sends a trap using SNMP V2 trap format.
 Vector SnmpAdaptorServer.snmpInformRequest(SnmpInformHandler cb, SnmpOid trapOid, SnmpVarBindList varBindList)
          Deprecated. Sends an inform using SNMP V2 inform request format.
 SnmpInformRequest SnmpAdaptorServer.snmpInformRequest(InetAddress addr, String cs, SnmpInformHandler cb, SnmpOid trapOid, SnmpVarBindList varBindList)
          Deprecated. Sends an inform using SNMP V2 inform request format.
 SnmpInformRequest SnmpAdaptorServer.snmpInformRequest(SnmpPeer peer, SnmpInformHandler cb, SnmpOid trapOid, SnmpVarBindList varBindList)
          Deprecated. Sends an inform using SNMP V2 inform request format.
 

Uses of SnmpVarBindList in com.sun.jdmk.snmp.agent
 

Constructors in com.sun.jdmk.snmp.agent with parameters of type SnmpVarBindList
SnmpTrap(int gen, int specific, SnmpVarBindList varBindList)
          Deprecated. Initializes this SNMP trap with SNMP V1 style parameters
SnmpTrap(InetAddress addr, String cs, int gen, int specific, SnmpVarBindList varBindList)
          Deprecated. Initializes this SNMP trap with SNMP V1 style parameters.
SnmpTrap(SnmpOid trapOid, SnmpVarBindList varBindList)
          Deprecated. Initializes this SNMP trap with SNMP V2 style parameters.
SnmpTrap(InetAddress addr, String cs, SnmpOid trapOid, SnmpVarBindList varBindList)
          Deprecated. Initializes this SNMP trap with SNMP V2 style parameters.
 

Uses of SnmpVarBindList in javax.management.snmp
 

Methods in javax.management.snmp that return SnmpVarBindList
 SnmpVarBindList SnmpVarBindList.splitAt(int pos)
          Deprecated. Splits the SnmpVarBindList.
 SnmpVarBindList SnmpVarBindList.cloneWithValue()
          Deprecated. Clones the SnmpVarBindList.
 SnmpVarBindList SnmpVarBindList.cloneWithoutValue()
          Deprecated. Clones the SnmpVarBindList.
 

Methods in javax.management.snmp with parameters of type SnmpVarBindList
 void SnmpVarBindList.addVarBindList(SnmpVarBindList list)
          Deprecated. Appends an SnmpVarBindList at the end of the current SnmpVarBindList object.
 boolean SnmpVarBindList.removeVarBindList(SnmpVarBindList list)
          Deprecated. Removes all the SnmpVarBind objects of the given SnmpVarBindList from the existing SnmpVarBindList.
 

Constructors in javax.management.snmp with parameters of type SnmpVarBindList
SnmpVarBindList(SnmpVarBindList list)
          Deprecated. Similar to the copy constructor.
 

Uses of SnmpVarBindList in javax.management.snmp.manager
 

Methods in javax.management.snmp.manager that return SnmpVarBindList
 SnmpVarBindList SnmpRequest.getRequestVarBindList()
          Deprecated. Gets the active SnmpVarBindList.
 SnmpVarBindList SnmpRequest.getReportVarBindList()
          Deprecated. Gets the report SnmpVarBindList.
 SnmpVarBindList SnmpRequest.getResponseVarBindList()
          Deprecated. Gets the SnmpVarBindList that is the response obtained when an agent is queried.
 

Methods in javax.management.snmp.manager with parameters of type SnmpVarBindList
 void SnmpRequestHandler.processSnmpPollData(SnmpRequest request, int errStatus, int errIndex, SnmpVarBindList vblist)
          Deprecated. This callback is invoked when a peer responds to an SNMP request.
 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.