BEA Systems, Inc.

Type-Safe Access to BEA WebLogic Server 9.2 MBeans (Deprecated)

(Methods marked with @since 9.0.0.0 are not available through the deprecated MBeanHome interface.)


Uses of Interface
weblogic.management.configuration.NetworkAccessPointMBean

Packages that use NetworkAccessPointMBean
weblogic.management.configuration   
 

Uses of NetworkAccessPointMBean in weblogic.management.configuration
 

Methods in weblogic.management.configuration that return NetworkAccessPointMBean
 NetworkAccessPointMBean[] ServerMBean.getNetworkAccessPoints()
          Network access points, or "NAPs", define additional ports and addresses that this server listens on.
 NetworkAccessPointMBean ServerMBean.lookupNetworkAccessPoint(String name)
          Look up an NetworkAccessPoint by name
 NetworkAccessPointMBean ServerMBean.createNetworkAccessPoint(String name)
          Factory to create a new NetworkAccessPoint instance for this Server.
 

Methods in weblogic.management.configuration with parameters of type NetworkAccessPointMBean
 void ServerMBean.destroyNetworkAccessPoint(NetworkAccessPointMBean accessPoint)
          Destroys a NetworkAccessPoint object.
 void ServerMBean.setNetworkAccessPoints(NetworkAccessPointMBean[] networkAccessPoints)
          Deprecated. 9.0.0.0
 boolean ServerMBean.addNetworkAccessPoint(NetworkAccessPointMBean networkAccessPoint)
          Deprecated. 9.0.0.0
 boolean ServerMBean.removeNetworkAccessPoint(NetworkAccessPointMBean networkAccessPoint)
          Deprecated. 9.0.0.0
static void NetworkAccessPointValidator.validateHttpEnabledForThisProtocol(NetworkAccessPointMBean nap, boolean value)
           
static void NetworkAccessPointValidator.validateTunnelingEnabled(NetworkAccessPointMBean nap, boolean value)
           
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs92
Copyright 2006 BEA Systems Inc.