BEA Systems, Inc.

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

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


Uses of Interface
weblogic.management.configuration.WebServerMBean

Packages that use WebServerMBean
weblogic.management.configuration   
 

Uses of WebServerMBean in weblogic.management.configuration
 

Subinterfaces of WebServerMBean in weblogic.management.configuration
 interface VirtualHostMBean
          This bean represents the configuration of virtual web server within a WebLogic Server instance.
 

Methods in weblogic.management.configuration that return WebServerMBean
 WebServerMBean[] WebDeploymentMBean.getWebServers()
          Deprecated. 7.0.0.0 This attribute is being replaced by VirtualHosts attribute. To target an actual web server, the ComponentMBean.Targets attribute should be used.
 WebServerMBean ServerMBean.getWebServer()
          Returns the web server for this server.
 

Methods in weblogic.management.configuration with parameters of type WebServerMBean
 void WebDeploymentMBean.setWebServers(WebServerMBean[] WebServers)
          Deprecated. 7.0.0.0 This attribute is being replaced by VirtualHosts attribute
 boolean WebDeploymentMBean.addWebServer(WebServerMBean target)
          Deprecated. 7.0.0.0 This attribute is being replaced by VirtualHosts attribute
 boolean WebDeploymentMBean.removeWebServer(WebServerMBean target)
          Deprecated. 7.0.0.0 This attribute is being replaced by VirtualHosts attribute
 


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