Uses of Interface
javax.management.snmp.InetAddressAcl

Packages that use InetAddressAcl
com.sun.jdmk.comm   
com.sun.jdmk.snmp Provides the core classes which implement common SNMP services. 
com.sun.jdmk.snmp.IPAcl Provides the classes for storing ACL information in an ASCII file. 
javax.management.snmp Provides the core classes which implement common SNMP data types and services
 

Uses of InetAddressAcl in com.sun.jdmk.comm
 

Methods in com.sun.jdmk.comm that return InetAddressAcl
 InetAddressAcl SnmpAdaptorServerMBean.getInetAddressAcl()
          Deprecated. Returns the Ip address based ACL used by this SNMP protocol adaptor.
 InetAddressAcl SnmpAdaptorServer.getInetAddressAcl()
          Deprecated. Returns the Ip address based ACL used by this SNMP protocol adaptor.
 

Constructors in com.sun.jdmk.comm with parameters of type InetAddressAcl
SnmpV3AdaptorServer(InetAddressAcl acl)
          Deprecated. Initializes this SNMP protocol adaptor using the default port (161) and the specified IP address based ACL implementation.
SnmpV3AdaptorServer(InetAddressAcl acl, int port)
          Deprecated. Initializes this SNMP protocol adaptor using the specified port and the specified IP address based ACL implementation.
SnmpV3AdaptorServer(InetAddressAcl acl, InetAddress addr)
          Deprecated. Initializes this SNMP protocol adaptor using the specified IP address based ACL implementation and the specified InetAddress.
SnmpV3AdaptorServer(InetAddressAcl acl, int port, InetAddress addr)
          Deprecated. Initializes this SNMP protocol adaptor using the specified port, the specified address based ACL implementation and the specified InetAddress.
SnmpV3AdaptorServer(SnmpEngineParameters parameters, SnmpEngineFactory factory, InetAddressAcl ipacl, int port, InetAddress addr)
          Deprecated. Initializes this SNMP protocol adaptor with a specified factory, engine parameters, an ACL implementation, a port, and the specified InetAddress.
SnmpAdaptorServer(InetAddressAcl acl)
          Deprecated. Initializes this SNMP protocol adaptor using the default port (161) and the specified IP address based ACL implementation.
SnmpAdaptorServer(InetAddressAcl acl, int port)
          Deprecated. Initializes this SNMP protocol adaptor using the specified port and the specified IP address based ACL implementation.
SnmpAdaptorServer(InetAddressAcl acl, InetAddress addr)
          Deprecated. Initializes this SNMP protocol adaptor using the specified IP address based ACL implementation and the specified InetAddress.
SnmpAdaptorServer(InetAddressAcl acl, int port, InetAddress addr)
          Deprecated. Initializes this SNMP protocol adaptor using the specified port, the specified address based ACL implementation and the specified InetAddress.
 

Uses of InetAddressAcl in com.sun.jdmk.snmp
 

Methods in com.sun.jdmk.snmp with parameters of type InetAddressAcl
 SnmpEngine JdmkEngineFactory.createEngine(SnmpEngineParameters p, InetAddressAcl ipacl)
          Deprecated. The engine instantiation method.
 

Uses of InetAddressAcl in com.sun.jdmk.snmp.IPAcl
 

Subinterfaces of InetAddressAcl in com.sun.jdmk.snmp.IPAcl
 interface IPAcl
          Deprecated. As of Java Dynamic Management Kit 5.0, replaced by InetAddressAcl
 

Classes in com.sun.jdmk.snmp.IPAcl that implement InetAddressAcl
 class JdmkAcl
          Deprecated. Use package com.sun.management.snmp.IPAcl in preference to classes in this package. This class may be removed in a future version of Java DMK.
 

Uses of InetAddressAcl in javax.management.snmp
 

Methods in javax.management.snmp with parameters of type InetAddressAcl
 SnmpEngine SnmpEngineFactory.createEngine(SnmpEngineParameters p, InetAddressAcl ipacl)
          Deprecated. The engine instantiation method.
 


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.