Package | Description |
---|---|
weblogic.deploy.api.spi |
Provides interfaces and classes to handle specific configuration and deployment control for WebLogic Server.
|
weblogic.management.deploy |
Modifier and Type | Method and Description |
---|---|
ProgressObject |
WebLogicDeploymentManager.appendToExtensionLoader(TargetModuleID[] targets,
File codeSource,
DeploymentOptions options)
Distributes an application.
|
String |
WebLogicDeploymentManager.confirmApplicationName(boolean isRedeployment,
File appSource,
File altAppDescriptor,
String tentativeName,
String tentativeApplicationId,
DeploymentOptions options)
Used by the deployment subsystem to confirm an application name.
|
String |
WebLogicDeploymentManager.confirmApplicationName(boolean isRedeployment,
String appSource,
String altAppDescriptor,
String tentativeName,
String tentativeApplicationId,
DeploymentOptions options)
Used by the deployment subsystem to confirm an application name.
|
ProgressObject |
WebLogicDeploymentManager.deploy(TargetModuleID[] tmids,
File application,
File plan,
DeploymentOptions options)
A convenience method for distributing and starting an application.
|
ProgressObject |
WebLogicDeploymentManager.distribute(Target[] targets,
File application,
File plan,
DeploymentOptions options)
Distributes an application.
|
ProgressObject |
WebLogicDeploymentManager.distribute(Target[] targets,
InputStream application,
InputStream plan,
DeploymentOptions options)
Distributes an application.
|
ProgressObject |
WebLogicDeploymentManager.distribute(TargetModuleID[] targets,
File application,
File plan,
DeploymentOptions options)
Distributes an application.
|
TargetModuleID[] |
WebLogicDeploymentManager.getAvailableModules(ModuleType moduleType,
Target[] targets,
DeploymentOptions options)
Retrieves a list of all configured modules of a specified type.
|
TargetModuleID[] |
WebLogicDeploymentManager.getNonRunningModules(ModuleType moduleType,
Target[] targets,
DeploymentOptions options)
Retrieves a list of configured, inactive modules of the specified type.
|
TargetModuleID[] |
WebLogicDeploymentManager.getRunningModules(ModuleType moduleType,
Target[] targets,
DeploymentOptions options)
Retrieves a list of active modules of the specified type.
|
Target[] |
WebLogicDeploymentManager.getTargets(DeploymentOptions options)
Returns known targets in the currently connected WebLogic Server domain
based on the DeploymentOptions argument.
|
ProgressObject |
WebLogicDeploymentManager.redeploy(TargetModuleID[] modules,
File application,
File plan,
DeploymentOptions options)
Redeploys an application and plan without affecting the session state.
|
ProgressObject |
WebLogicDeploymentManager.redeploy(TargetModuleID[] modules,
File app,
String[] delta,
DeploymentOptions options)
Redeploys named files in a staged application.
|
ProgressObject |
WebLogicDeploymentManager.redeploy(TargetModuleID[] modules,
InputStream application,
InputStream plan,
DeploymentOptions options)
Redeploys an application and deployment plan without affecting the session state.
|
ProgressObject |
WebLogicDeploymentManager.start(TargetModuleID[] modules,
DeploymentOptions options)
Starts an application, making it available to users.
|
ProgressObject |
WebLogicDeploymentManager.stop(TargetModuleID[] modules,
DeploymentOptions options)
Stops an application, making it unavailable to users.
|
ProgressObject |
WebLogicDeploymentManager.undeploy(TargetModuleID[] modules,
DeploymentOptions options)
Undeploys an application, removing it from the domain configuration.
|
ProgressObject |
WebLogicDeploymentManager.undeploy(TargetModuleID[] modules,
File app,
String[] delta,
DeploymentOptions options)
Removes staged files from an existing deployment.
|
ProgressObject |
WebLogicDeploymentManager.update(TargetModuleID[] modules,
File plan,
DeploymentOptions options)
Allows for updating an application configuration using a changed
deployment plan.
|
Modifier and Type | Method and Description |
---|---|
DeploymentOptions |
DeploymentData.getDeploymentOptions()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
DeploymentData.setDeploymentOptions(DeploymentOptions opts)
Deprecated.
|