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.VirtualHostMBean

Packages that use VirtualHostMBean
weblogic.management.configuration   
 

Uses of VirtualHostMBean in weblogic.management.configuration
 

Methods in weblogic.management.configuration that return VirtualHostMBean
 VirtualHostMBean[] WebDeploymentMBean.getVirtualHosts()
          Provides a means to target your deployments to specific virtual hosts.
 VirtualHostMBean[] WebDeploymentMBean.getDeployedVirtualHosts()
          Copy of this module's host list based on last deployment
 VirtualHostMBean[] DomainMBean.getVirtualHosts()
          Define VirtualHosts for this Domain
 VirtualHostMBean DomainMBean.createVirtualHost(String name)
          Factory method to create VirtualHost object
 VirtualHostMBean DomainMBean.lookupVirtualHost(String name)
           
 

Methods in weblogic.management.configuration with parameters of type VirtualHostMBean
 void WebDeploymentMBean.setVirtualHosts(VirtualHostMBean[] WebServers)
          Sets the value of the getVirtualHosts attribute
 boolean WebDeploymentMBean.addVirtualHost(VirtualHostMBean target)
          Used to add a virtual host to the list of virtual hosts to which deployments may be targeted.
 boolean WebDeploymentMBean.removeVirtualHost(VirtualHostMBean target)
          Used to remove a virtual host from the list of virtual hosts to which deployments may be targeted.
 void WebDeploymentMBean.setDeployedVirtualHosts(VirtualHostMBean[] targets)
           
 void DomainMBean.destroyVirtualHost(VirtualHostMBean host)
          Removes a VirtualHost from this domain
 


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