Uses of Class
com.sun.management.snmp.SnmpIpAddress

Packages that use SnmpIpAddress
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
 

Uses of SnmpIpAddress in com.sun.management.comm
 

Methods in com.sun.management.comm with parameters of type SnmpIpAddress
 void SnmpAdaptorServerMBean.snmpV1Trap(SnmpPeer peer, SnmpIpAddress agentAddr, SnmpOid enterpOid, int generic, int specific, SnmpVarBindList varBindList, SnmpTimeticks time)
          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)
          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)
          Sends a trap using SNMP V1 trap format.
 

Uses of SnmpIpAddress in com.sun.management.snmp
 

Fields in com.sun.management.snmp declared as SnmpIpAddress
 SnmpIpAddress SnmpPduTrap.agentAddr
          Agent address.
 

Methods in com.sun.management.snmp that return SnmpIpAddress
 SnmpIpAddress SnmpVarBind.getSnmpIpAddressValue()
          Returns the value part associated with this SnmpVarBind.
 


FCS Release
jdmk-5_1-b34.1 2005.02.10_16:46:09_MET

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