Uses of Interface
com.sun.management.snmp.SnmpDefinitions

Packages that use SnmpDefinitions
com.sun.management.comm Provides the classes implementing the SNMP adaptor servers
com.sun.management.snmp Provides the core classes for implementing common SNMP data types and services
com.sun.management.snmp.manager Provides the classes for implementing an SNMP manager and for sending SNMP requests. 
com.sun.management.snmp.manager.usm Provides the classes for sending SNMPv3 requests, using the User-based Security Model
 

Uses of SnmpDefinitions in com.sun.management.comm
 

Subinterfaces of SnmpDefinitions in com.sun.management.comm
 interface SnmpInformHandler
          Provides the callback methods that are required to be implemented by the application when an inform response is received by the agent.
 

Classes in com.sun.management.comm that implement SnmpDefinitions
 class SnmpAdaptorServer
          Implements an adaptor on top of the SNMP protocol.
 class SnmpInformRequest
          This class is used by the SNMP adaptor server to send inform requests to an SNMP manager and receive inform responses.
 class SnmpV3AdaptorServer
          Implements an adaptor on top of the SNMP V3 protocol.
 class SnmpV3InformRequest
          This class is used by the SNMP adaptor server to send inform requests to an SNMP V3 manager and receive inform responses.
 

Uses of SnmpDefinitions in com.sun.management.snmp
 

Classes in com.sun.management.snmp that implement SnmpDefinitions
 class SnmpMessage
          Is a partially decoded representation of an SNMP packet.
 class SnmpMsg
          A partially decoded representation of an SNMP packet.
 class SnmpPdu
          Is the fully decoded representation of an SNMP packet.
 class SnmpPduBulk
          Represents a get-bulk PDU as defined in RFC 1448.
 class SnmpPduPacket
          Is the fully decoded representation of an SNMP packet.
 class SnmpPduRequest
          Is used to represent get, get-next, set, response and SNMPv2-trap PDUs.
 class SnmpPduTrap
          Represents an SNMPv1-trap PDU.
 class SnmpScopedPduBulk
          Represents a get-bulk PDU as defined in RFC 1448.
 class SnmpScopedPduPacket
          Is the fully decoded representation of an SNMP V3 packet.
 class SnmpScopedPduRequest
          Is used to represent get, get-next, set, response SNMP V3 scoped PDUs.
 class SnmpStatusException
          Reports an error which occurred during a get/set operation on a mib node.
 class SnmpV3Message
          Is a partially decoded representation of an SNMP V3 packet.
 

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

Subinterfaces of SnmpDefinitions in com.sun.management.snmp.manager
 interface SnmpRequestHandler
          Provides the callback methods that are required to be implemented by the application.
 

Classes in com.sun.management.snmp.manager that implement SnmpDefinitions
 class SnmpParameters
          Contains a set of resources that are used by an SnmpSession object while sending or receiving packets to and from an SnmpPeer.
 class SnmpParams
          This class is the base class of all parameters that are used when making SNMP requests to an SnmpPeer.
 class SnmpRequest
          Creates a request that is used to perform one or more SNMP operations such as Get, GetNext, Set, Inform and GetBulk on a specified SnmpVarBindList.
 class SnmpSession
          Creates, controls, and manages one or more requests.
 class SnmpV3Parameters
          This class models the parameters that are needed when making SNMP V3 requests.
 

Uses of SnmpDefinitions in com.sun.management.snmp.manager.usm
 

Classes in com.sun.management.snmp.manager.usm that implement SnmpDefinitions
 class SnmpUsmParameters
          This class models the set of parameters that are needed when making an SNMP request to an SNMP engine using the User Based Security Model.
 


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.