| Package | Description |
|---|---|
| weblogic.management.configuration |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SingletonServiceAppScopedMBean
A service that will be automatically maintained as a
Singleton in a cluster.
|
| Modifier and Type | Method and Description |
|---|---|
SubDeploymentMBean |
BasicDeploymentMBean.createSubDeployment(String name)
Create a new subdeployment
|
SubDeploymentMBean[] |
SubDeploymentMBean.getSubDeployments()
The subdeployment groups within this JMS module.
|
SubDeploymentMBean[] |
BasicDeploymentMBean.getSubDeployments()
Targeting for subcomponents that differs from targeting for the
component.
|
SubDeploymentMBean |
SubDeploymentMBean.lookupSubDeployment(String name) |
SubDeploymentMBean |
BasicDeploymentMBean.lookupSubDeployment(String name)
Look up a subdeployment
|
| Modifier and Type | Method and Description |
|---|---|
void |
BasicDeploymentMBean.destroySubDeployment(SubDeploymentMBean subDeployment)
Remove subDeployment
|