Package | Description |
---|---|
weblogic.management.deploy.internal |
Provides interfaces for
weblogic.management.deploy.internal . |
weblogic.management.runtime |
Contains classes and interfaces for monitoring a WebLogic
Server domain.
|
Modifier and Type | Method | Description |
---|---|---|
DeploymentProgressObjectMBean |
DeploymentManagerMBean.appendToExtensionLoader(java.lang.String codeSourcePath) |
Appends a code source to the search path of the WebLogic Extension Loader,
which is also referred to as the WebLogic Domain Loader.
|
DeploymentProgressObjectMBean |
DeploymentManagerMBean.appendToExtensionLoader(java.lang.String codeSourcePath,
java.lang.String[] targets,
java.util.Properties deploymentOptions) |
Appends a code source to the search path of the WebLogic Extension Loader,
which is also referred to as the WebLogic Domain Loader.
|
DeploymentProgressObjectMBean |
DeploymentManagerMBean.deploy(java.lang.String name,
java.lang.String applicationPath,
java.lang.String plan) |
A convenience method for distributing and starting an application.
|
DeploymentProgressObjectMBean |
DeploymentManagerMBean.deploy(java.lang.String name,
java.lang.String applicationPath,
java.lang.String[] targets,
java.lang.String plan,
java.util.Properties deploymentOptions) |
A convenience method for distributing and starting an application.
|
DeploymentProgressObjectMBean |
DeploymentManagerMBean.distribute(java.lang.String name,
java.lang.String applicationPath,
java.lang.String plan) |
Distribute an application.
|
DeploymentProgressObjectMBean |
DeploymentManagerMBean.distribute(java.lang.String name,
java.lang.String applicationPath,
java.lang.String[] targets,
java.lang.String plan,
java.util.Properties deploymentOptions) |
Distribute an application.
|
DeploymentProgressObjectMBean[] |
DeploymentManagerMBean.getDeploymentProgressObjects() |
Provides access to the deployment operations that have been
performed on this domain.
|
DeploymentProgressObjectMBean |
AppDeploymentRuntimeMBean.redeploy() |
Redeploy the application using the default options and
configured targets.
|
DeploymentProgressObjectMBean |
AppDeploymentRuntimeMBean.redeploy(java.lang.String[] targets,
java.lang.String applicationPath,
java.lang.String plan,
java.util.Properties deploymentOptions) |
Redeploy the application in the background for the targets specified
with the options specified.
|
DeploymentProgressObjectMBean |
AppDeploymentRuntimeMBean.redeploy(java.lang.String[] targets,
java.lang.String plan,
java.util.Properties deploymentOptions) |
Redeploy the application in the background for the targets specified
with the options specified.
|
DeploymentProgressObjectMBean |
DBClientDataDeploymentRuntimeMBean.redeploy() |
Redeploy the DBClientData using the default options and
configured targets.
|
DeploymentProgressObjectMBean |
DBClientDataDeploymentRuntimeMBean.redeploy(java.lang.String applicationPath,
java.util.Properties deploymentOptions) |
Redeploy the DBClientData in the background for all servers in the domain
with the options specified.
|
DeploymentProgressObjectMBean |
DBClientDataDeploymentRuntimeMBean.redeploy(java.util.Properties deploymentOptions) |
Redeploy the DBClientData in the background for all servers in the domain
with the options specified.
|
DeploymentProgressObjectMBean |
DeploymentManagerMBean.redeploy(java.lang.String name,
java.lang.String applicationPath,
java.lang.String plan,
java.util.Properties deploymentOptions) |
Redeploy the application that is deployed to a resource group template
in the background for the targets specified
with the options specified.
|
DeploymentProgressObjectMBean |
DeploymentManagerMBean.redeploy(java.lang.String name,
java.lang.String plan,
java.util.Properties deploymentOptions) |
Redeploy the application that is deployed to a resource group template
in the background for the targets specified
with the options specified.
|
DeploymentProgressObjectMBean |
LibDeploymentRuntimeMBean.redeploy() |
Redeploy the library using the default options and
configured targets.
|
DeploymentProgressObjectMBean |
LibDeploymentRuntimeMBean.redeploy(java.lang.String[] targets,
java.util.Properties deploymentOptions) |
Redeploy the library in the background for the targets specified
with the options specified.
|
DeploymentProgressObjectMBean |
AppDeploymentRuntimeMBean.start() |
Start the application using the default options and
configured targets.
|
DeploymentProgressObjectMBean |
AppDeploymentRuntimeMBean.start(java.lang.String[] targets,
java.util.Properties deploymentOptions) |
Start the application in the background for the targets specified
with the options specified.
|
DeploymentProgressObjectMBean |
AppDeploymentRuntimeMBean.stop() |
Stop the application using the default options and
configured targets.
|
DeploymentProgressObjectMBean |
AppDeploymentRuntimeMBean.stop(java.lang.String[] targets,
java.util.Properties deploymentOptions) |
Stop the application in the background for the targets specified
with the options specified.
|
DeploymentProgressObjectMBean |
AppDeploymentRuntimeMBean.undeploy() |
Undeploy the application using the default options and
configured targets.
|
DeploymentProgressObjectMBean |
AppDeploymentRuntimeMBean.undeploy(java.lang.String[] targets,
java.util.Properties deploymentOptions) |
Undeploy the application in the background for the targets specified
with the options specified.
|
DeploymentProgressObjectMBean |
DBClientDataDeploymentRuntimeMBean.undeploy() |
Undeploy the DBClientData using the default options and
configured targets.
|
DeploymentProgressObjectMBean |
DBClientDataDeploymentRuntimeMBean.undeploy(java.util.Properties deploymentOptions) |
Undeploy the DBClientData in the background for all servers in the domain
with the options specified.
|
DeploymentProgressObjectMBean |
DeploymentManagerMBean.undeploy(java.lang.String name,
java.lang.String template) |
Undeploy the application that is deployed to a resource group
template using the default options.
|
DeploymentProgressObjectMBean |
DeploymentManagerMBean.undeploy(java.lang.String name,
java.util.Properties deploymentOptions) |
Undeploy the application that is deployed to a resource group template in the background
with the options specified.
|
DeploymentProgressObjectMBean |
LibDeploymentRuntimeMBean.undeploy() |
Undeploy the library using the default options and
configured targets.
|
DeploymentProgressObjectMBean |
LibDeploymentRuntimeMBean.undeploy(java.lang.String[] targets,
java.util.Properties deploymentOptions) |
Undeploy the library in the background for the targets specified
with the options specified.
|
DeploymentProgressObjectMBean |
AppDeploymentRuntimeMBean.update(java.lang.String[] targets,
java.lang.String plan,
java.util.Properties deploymentOptions) |
Allows for updating an application configuration using an changed
deployment plan.
|
DeploymentProgressObjectMBean |
DeploymentManagerMBean.update(java.lang.String name,
java.lang.String plan,
java.util.Properties deploymentOptions) |
Allows for updating an application configuration using an changed
deployment plan for applications deployed to a resource group template.
|