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

Packages that use InetAddressAcl
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.IPAcl Provides the classes for storing ACL information in an ASCII file. 
 

Uses of InetAddressAcl in com.sun.management.comm
 

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

Constructors in com.sun.management.comm with parameters of type InetAddressAcl
SnmpAdaptorServer(InetAddressAcl acl)
          Initializes this SNMP protocol adaptor using the default port (161) and the specified IP address based ACL implementation.
SnmpAdaptorServer(InetAddressAcl acl, InetAddress addr)
          Initializes this SNMP protocol adaptor using the specified IP address based ACL implementation and the specified InetAddress.
SnmpAdaptorServer(InetAddressAcl acl, int port)
          Initializes this SNMP protocol adaptor using the specified port and the specified IP address based ACL implementation.
SnmpAdaptorServer(InetAddressAcl acl, int port, InetAddress addr)
          Initializes this SNMP protocol adaptor using the specified port, the specified address based ACL implementation and the specified InetAddress.
SnmpV3AdaptorServer(InetAddressAcl acl)
          Initializes this SNMP protocol adaptor using the default port (161) and the specified IP address based ACL implementation.
SnmpV3AdaptorServer(InetAddressAcl acl, InetAddress addr)
          Initializes this SNMP protocol adaptor using the specified IP address based ACL implementation and the specified InetAddress.
SnmpV3AdaptorServer(InetAddressAcl acl, int port)
          Initializes this SNMP protocol adaptor using the specified port and the specified IP address based ACL implementation.
SnmpV3AdaptorServer(InetAddressAcl acl, int port, InetAddress addr)
          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)
          Initializes this SNMP protocol adaptor with a specified factory, engine parameters, an ACL implementation, a port, and the specified InetAddress.
 

Uses of InetAddressAcl in com.sun.management.snmp
 

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

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

Classes in com.sun.management.snmp.IPAcl that implement InetAddressAcl
 class JdmkAcl
          Defines an implementation of the InetAddressAcl interface.
 


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.