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

Part Number E27170-01

Uses of Interface
weblogic.management.configuration.SubDeploymentMBean

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

Uses of SubDeploymentMBean in weblogic.management.configuration
 

Subinterfaces of SubDeploymentMBean in weblogic.management.configuration
 interface SingletonServiceAppScopedMBean
          A service that will be automatically maintained as a Singleton in a cluster.
 

Methods in weblogic.management.configuration that return SubDeploymentMBean
 SubDeploymentMBean BasicDeploymentMBean.createSubDeployment(String name)
          Create a new subdeployment
 SubDeploymentMBean[] BasicDeploymentMBean.getSubDeployments()
          Targeting for subcomponents that differs from targeting for the component.
 SubDeploymentMBean[] SubDeploymentMBean.getSubDeployments()
          The subdeployment groups within this JMS module.
 SubDeploymentMBean BasicDeploymentMBean.lookupSubDeployment(String name)
           
 SubDeploymentMBean SubDeploymentMBean.lookupSubDeployment(String name)
           
 

Methods in weblogic.management.configuration with parameters of type SubDeploymentMBean
 void BasicDeploymentMBean.destroySubDeployment(SubDeploymentMBean subDeployment)
          Remove subDeployment
 


Copyright 1996, 2013, 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.2)

Part Number E27170-01