Oracle Fusion Middleware
Oracle WebLogic Server MBean Javadoc
11g Release 1 (10.3.4)

Part Number E13945-04

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 DomainMBean.createVirtualHost(String name)
          Factory method to create VirtualHost object
 VirtualHostMBean[] WebDeploymentMBean.getVirtualHosts()
          Provides a means to target your deployments to specific virtual hosts.
 VirtualHostMBean[] DomainMBean.getVirtualHosts()
          Define VirtualHosts for this Domain
 VirtualHostMBean DomainMBean.lookupVirtualHost(String name)
           
 

Methods in weblogic.management.configuration with parameters of type VirtualHostMBean
 boolean WebDeploymentMBean.addVirtualHost(VirtualHostMBean target)
          Used to add a virtual host to the list of virtual hosts to which deployments may be targeted.
 void DomainMBean.destroyVirtualHost(VirtualHostMBean host)
          Removes a VirtualHost from this domain
 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 WebDeploymentMBean.setVirtualHosts(VirtualHostMBean[] WebServers)
          Sets the value of the getVirtualHosts attribute
 


Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server MBean Javadoc
11g Release 1 (10.3.4)

Part Number E13945-04