BEA Systems, Inc.

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.createNetworkAccessPoint(String name)
          Factory to create a new NetworkAccessPoint instance for this Server.
 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
 

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


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