Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.3)

Part Number E13941-03

Uses of Class
weblogic.deploy.api.spi.DeploymentOptions

Packages that use DeploymentOptions
weblogic.deploy.api.spi Provides interfaces and classes to handle specific configuration and deployment control for WebLogic Server. 
weblogic.management.deploy Provides for deploying applications and standalone modules to server instances and clusters in a WebLogic Server domain. 
 

Uses of DeploymentOptions in weblogic.deploy.api.spi
 

Methods in weblogic.deploy.api.spi with parameters of type DeploymentOptions
 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.
 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 an changed deployment plan.
 

Uses of DeploymentOptions in weblogic.management.deploy
 

Methods in weblogic.management.deploy that return DeploymentOptions
 DeploymentOptions DeploymentData.getDeploymentOptions()
          Deprecated.  
 

Methods in weblogic.management.deploy with parameters of type DeploymentOptions
 void DeploymentData.setDeploymentOptions(DeploymentOptions opts)
          Deprecated.  
 


Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server 10.3.3 API Reference
11g Release 1 (10.3.3)

Part Number E13941-03