Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02

Uses of Interface
weblogic.management.configuration.VirtualHostMBean

Packages that use VirtualHostMBean
weblogic.management.configuration Contains classes and interfaces for configuring a WebLogic Server domain. 
 

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[] DomainMBean.getVirtualHosts()
          Define VirtualHosts for this Domain
 VirtualHostMBean[] WebDeploymentMBean.getVirtualHosts()
          Provides a means to target your deployments to specific virtual hosts.
 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, 2014, 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
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02