Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


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

Packages that use DeploymentOptions
weblogic.deploy.api.spi   
weblogic.management.deploy   

 

Uses of DeploymentOptions in weblogic.deploy.api.spi

 

Methods in weblogic.deploy.api.spi with parameters of type DeploymentOptions
abstract  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.
abstract  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.
abstract  ProgressObject WebLogicDeploymentManager.deploy(TargetModuleID[] tmids, File application, File plan, DeploymentOptions options)
          A convenience method for distributing and starting an application.
abstract  ProgressObject WebLogicDeploymentManager.distribute(Target[] targets, File application, File plan, DeploymentOptions options)
          Distributes an application.
abstract  ProgressObject WebLogicDeploymentManager.distribute(TargetModuleID[] targets, File application, File plan, DeploymentOptions options)
          Distributes an application.
abstract  ProgressObject WebLogicDeploymentManager.distribute(Target[] targets, InputStream application, InputStream plan, DeploymentOptions options)
          Distributes an application.
abstract  TargetModuleID[] WebLogicDeploymentManager.getAvailableModules(ModuleType moduleType, Target[] targets, DeploymentOptions options)
          Retrieves a list of all configured modules of a specified type.
abstract  TargetModuleID[] WebLogicDeploymentManager.getNonRunningModules(ModuleType moduleType, Target[] targets, DeploymentOptions options)
          Retrieves a list of configured, inactive modules of the specified type.
abstract  TargetModuleID[] WebLogicDeploymentManager.getRunningModules(ModuleType moduleType, Target[] targets, DeploymentOptions options)
          Retrieves a list of active modules of the specified type.
abstract  Target[] WebLogicDeploymentManager.getTargets(DeploymentOptions options)
          Returns known targets in the currently connected WebLogic Server domain based on the DeploymentOptions argument.
abstract  ProgressObject WebLogicDeploymentManager.redeploy(TargetModuleID[] modules, File app, String[] delta, DeploymentOptions options)
          Redeploys named files in a staged application.
abstract  ProgressObject WebLogicDeploymentManager.redeploy(TargetModuleID[] modules, File application, File plan, DeploymentOptions options)
          Redeploys an application and plan without affecting the session state.
abstract  ProgressObject WebLogicDeploymentManager.redeploy(TargetModuleID[] modules, InputStream application, InputStream plan, DeploymentOptions options)
          Redeploys an application and deployment plan without affecting the session state.
abstract  ProgressObject WebLogicDeploymentManager.start(TargetModuleID[] modules, DeploymentOptions options)
          Starts an application, making it available to users.
abstract  ProgressObject WebLogicDeploymentManager.stop(TargetModuleID[] modules, DeploymentOptions options)
          Stops an application, making it unavailable to users.
abstract  ProgressObject WebLogicDeploymentManager.undeploy(TargetModuleID[] modules, File app, String[] delta, DeploymentOptions options)
          Removes staged files from an existing deployment.
abstract  ProgressObject WebLogicDeploymentManager.undeploy(TargetModuleID[] modules, DeploymentOptions options)
          Undeploys an application, removing it from the domain configuration.
abstract  ProgressObject WebLogicDeploymentManager.update(TargetModuleID[] modules, File plan, DeploymentOptions options)
          Allows for updating an application configuration using a 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.  

 


Skip navigation links

Copyright 1996, 2015, 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
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09