Package | Description |
---|---|
weblogic.management.runtime |
Modifier and Type | Method and Description |
---|---|
DeploymentProgressObjectMBean |
DeploymentManagerMBean.appendToExtensionLoader(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(String codeSourcePath,
String[] targets,
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(String name,
String applicationPath,
String plan)
A convenience method for distributing and starting an application.
|
DeploymentProgressObjectMBean |
DeploymentManagerMBean.deploy(String name,
String applicationPath,
String[] targets,
String plan,
Properties deploymentOptions)
A convenience method for distributing and starting an application.
|
DeploymentProgressObjectMBean |
DeploymentManagerMBean.distribute(String name,
String applicationPath,
String plan)
Distribute an application.
|
DeploymentProgressObjectMBean |
DeploymentManagerMBean.distribute(String name,
String applicationPath,
String[] targets,
String plan,
Properties deploymentOptions)
Distribute an application.
|
DeploymentProgressObjectMBean[] |
DeploymentManagerMBean.getDeploymentProgressObjects()
Provides access to the deployment operations that have been
performed on this domain.
|
DeploymentProgressObjectMBean |
LibDeploymentRuntimeMBean.redeploy()
Redeploy the library using the default options and
configured targets.
|
DeploymentProgressObjectMBean |
AppDeploymentRuntimeMBean.redeploy()
Redeploy the application using the default options and
configured targets.
|
DeploymentProgressObjectMBean |
LibDeploymentRuntimeMBean.redeploy(String[] targets,
Properties deploymentOptions)
Redeploy the library in the background for the targets specified
with the options specified.
|
DeploymentProgressObjectMBean |
AppDeploymentRuntimeMBean.redeploy(String[] targets,
String plan,
Properties deploymentOptions)
Redeploy the application in the background for the targets specified
with the options specified.
|
DeploymentProgressObjectMBean |
AppDeploymentRuntimeMBean.redeploy(String[] targets,
String applicationPath,
String plan,
Properties deploymentOptions)
Redeploy the application in the background for the targets specified
with the options specified.
|
DeploymentProgressObjectMBean |
DeploymentManagerMBean.redeploy(String name,
String plan,
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(String name,
String applicationPath,
String plan,
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 |
AppDeploymentRuntimeMBean.start()
Start the application using the default options and
configured targets.
|
DeploymentProgressObjectMBean |
AppDeploymentRuntimeMBean.start(String[] targets,
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(String[] targets,
Properties deploymentOptions)
Stop the application in the background for the targets specified
with the options specified.
|
DeploymentProgressObjectMBean |
LibDeploymentRuntimeMBean.undeploy()
Undeploy the library using the default options and
configured targets.
|
DeploymentProgressObjectMBean |
AppDeploymentRuntimeMBean.undeploy()
Undeploy the application using the default options and
configured targets.
|
DeploymentProgressObjectMBean |
LibDeploymentRuntimeMBean.undeploy(String[] targets,
Properties deploymentOptions)
Undeploy the library in the background for the targets specified
with the options specified.
|
DeploymentProgressObjectMBean |
AppDeploymentRuntimeMBean.undeploy(String[] targets,
Properties deploymentOptions)
Undeploy the application in the background for the targets specified
with the options specified.
|
DeploymentProgressObjectMBean |
DeploymentManagerMBean.undeploy(String name,
Properties deploymentOptions)
Undeploy the application that is deployed to a resource group template in the background
with the options specified.
|
DeploymentProgressObjectMBean |
DeploymentManagerMBean.undeploy(String name,
String template)
Undeploy the application that is deployed to a resource group
template using the default options.
|
DeploymentProgressObjectMBean |
AppDeploymentRuntimeMBean.update(String[] targets,
String plan,
Properties deploymentOptions)
Allows for updating an application configuration using an changed
deployment plan.
|
DeploymentProgressObjectMBean |
DeploymentManagerMBean.update(String name,
String plan,
Properties deploymentOptions)
Allows for updating an application configuration using an changed
deployment plan for applications deployed to a resource group template.
|