Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

Uses of Interface
oracle.jdeveloper.deploy.DeployShellFactory

Packages that use DeployShellFactory
oracle.jdeveloper.deploy   
oracle.jdeveloper.deploy.cmd   
 

Uses of DeployShellFactory in oracle.jdeveloper.deploy
 

Classes in oracle.jdeveloper.deploy that implement DeployShellFactory
 class DefaultDeployShellFactory
          The default implementation of a DeployShellFactory creates a DeployShell that has the current Context and information gathered from the DeploymentManager and DeploymentViewManager.
 

Methods in oracle.jdeveloper.deploy that return DeployShellFactory
 DeployShellFactory DeployShell.getDeployShellFactory()
          Returns the factory that created this DeployShell.
 

Methods in oracle.jdeveloper.deploy with parameters of type DeployShellFactory
static void DeploymentManager.deploy(int deploymentSequenceId, Context context, DeployShellFactory factory)
          Run and end-to-end synchronous deployment sequence using the given factory to generate a DeployShell.
static void DeploymentManager.deploy(int deploymentSequenceId, Context context, DeployShellFactory factory, java.lang.Object lock)
          Run and end-to-end asynchronous deployment sequence using the given factory to generate a DeployShell.
 void DeployShell.setDeployShellFactory(DeployShellFactory factory)
          A DeployShell should have a reference to the factory that created it, in case more shells need to be created for deploying dependant modules.
 

Uses of DeployShellFactory in oracle.jdeveloper.deploy.cmd
 

Methods in oracle.jdeveloper.deploy.cmd that return DeployShellFactory
protected  DeployShellFactory DeployCommand.getDeployShellFactory()
           
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

Copyright © 1997, 2013, Oracle. All rights reserved.