Package | Description |
---|---|
weblogic.application.internal.plugin | |
weblogic.management.configuration |
Contains classes and interfaces for configuring a WebLogic
Server domain.
|
weblogic.management.deploy.internal |
Provides interfaces for
weblogic.management.deploy.internal . |
Modifier and Type | Method | Description |
---|---|---|
PluginDeploymentMBean |
PluginConfigurationMBean.getDeployment() |
Returns the plugin deployment for this plugin configuration.
|
PluginDeploymentMBean[] |
DomainMBean.getPluginDeployments() |
The collection of plugin deployments in this domain
|
PluginDeploymentMBean |
DomainMBean.lookupPluginDeployment(java.lang.String name) |
Look up the named PluginDeployment module.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PluginConfigurationMBean.setDeployment(PluginDeploymentMBean deployment) |
Sets the plugin deployment for this plugin configuration.
|