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

E13403-02

Uses of Class
oracle.jdeveloper.deploy.DeployShell

Packages that use DeployShell
oracle.jdeveloper.deploy   
oracle.jdeveloper.deploy.jar   
 

Uses of DeployShell in oracle.jdeveloper.deploy
 

Methods in oracle.jdeveloper.deploy that return DeployShell
 DeployShell DefaultDeployShellFactory.create(int deploySequenceId, Context context, DeployShell parent)
          Creates a deploy shell with the context supplied and information gathered from various managers.
 DeployShell DeployShellFactory.create(int deploySequenceId, Context context, DeployShell defaultShell)
          Construct a new shell with given Context.
 DeployShell DefaultDeployShellFactory.create(int deploySequenceId, Context context, DeployShell parent, java.io.PrintWriter logPrintWriter)
          Creates a deploy shell with the context supplied and information gathered from various managers.
 DeployShell DeploymentManager.getDefaultDeployShell(int deploySequence, Context context)
          Create and return a new DeployShell which can be used as a starting point for customizing the Deployment environment.
 DeployShell DeployEvent.getShell()
           
 

Methods in oracle.jdeveloper.deploy with parameters of type DeployShell
 void Deployer.cancel(int deploySequenceId, DeployShell shell)
          Called if deployment has been cancelled, either because of user intervention or because of another deployment task failing.
 DeployShell DefaultDeployShellFactory.create(int deploySequenceId, Context context, DeployShell parent)
          Creates a deploy shell with the context supplied and information gathered from various managers.
 DeployShell DeployShellFactory.create(int deploySequenceId, Context context, DeployShell defaultShell)
          Construct a new shell with given Context.
 DeployShell DefaultDeployShellFactory.create(int deploySequenceId, Context context, DeployShell parent, java.io.PrintWriter logPrintWriter)
          Creates a deploy shell with the context supplied and information gathered from various managers.
static DeployEvent DeployEvent.create(int originalSequence, int currentSequence, DeployShell shell, Deployer deployer)
           
static void DeploymentManager.deploy(int deploymentSequenceId, DeployShell shell)
          Performs a synchronous deployment using supplied shell.
 void Deployer.deploy(int deploySequenceId, DeployShell shell)
          Do the actual deployment task.
static void DeploymentManager.deploy(int deploymentSequenceId, DeployShell shell, java.lang.Object lock)
          Performs an asynchronous deployment using supplied shell.
 void DefaultModuleDeploymentListener.deploymentCancelled(T profile, DeployShell shell)
           
 void ModuleDeploymentListener.deploymentCancelled(T profile, DeployShell shell)
          Called if the deployment is cancelled, either because of an error, or another listener throwing a VetoableDeployException.
 void Deployer.finish(int deploySequenceId, DeployShell shell)
          Called after the entire Deployment process has completed, perform any cleanup operations here.
static Element DeployUtil.getDeployElement(DeployShell shell)
          Returns the deploy element from a DeployShell.
static DeploymentModule DeployUtil.getDeploymentModule(DeployShell shell, Profile profile)
          Get the Deployment Module for the specified Profile
static AppServer JeeDeployUtil.getDeployTarget(DeployShell shell)
          Reaches into the Context within a DeployShell and retrieves a deploy target.
static oracle.jdeveloper.deploy.meta.Platform DeployUtil.getPlatform(DeployShell shell)
           
static Profile DeployUtil.getProfile(DeployShell shell)
           
static DataContainer DeployUtil.getProfileDataContainer(DeployShell shell)
          Deprecated. Use profile.getDataContainer() instead.
static javax.enterprise.deploy.spi.TargetModuleID[] JeeDeployUtil.getTargetModuleIDs(DeployShell shell)
          Retrieve JSR-88 TargetModuleID objects from the shell.
 void DefaultModuleDeploymentListener.moduleDistributed(T profile, DeployShell shell)
           
 void ModuleDeploymentListener.moduleDistributed(T profile, DeployShell shell)
          Called after the packaged module has finished distributing successfully to a remote target.
 void DefaultModuleDeploymentListener.modulePackaged(T profile, DeployShell shell)
           
 void ModuleDeploymentListener.modulePackaged(T profile, DeployShell shell)
          Called after the Packaging Deployer for the Profile has executed.
 void DefaultModuleDeploymentListener.moduleWillDistribute(T profile, DeployShell shell)
           
 void ModuleDeploymentListener.moduleWillDistribute(T profile, DeployShell shell)
          Called before the packaged module has been sent to an external target.
 void DefaultModuleDeploymentListener.moduleWillPackage(T profile, DeployShell shell)
           
 void ModuleDeploymentListener.moduleWillPackage(T profile, DeployShell shell)
          Called before the Packaging Deployer for the Profile executes.
 Deployer ProfileDeployerFactory.newDeployer(int deploymentSequenceId, DeployShell shell)
           
 Deployer DeployerFactory.newDeployer(int deploymentSequenceId, DeployShell shell)
          Create and/or return an existing Deployer.
 void Deployer.prepare(int deploySequenceId, DeployShell shell)
          Called to do any preparatory work before the actual deployment takes place.
 void DefaultModuleDeploymentListener.profileCreated(T profile, DeployShell shell)
           
 void ModuleDeploymentListener.profileCreated(T profile, DeployShell shell)
          Called before a Deployment Profile is opened for editing.
 void DefaultModuleDeploymentListener.profileExpanded(T profile, DeployShell shell)
           
 void ModuleDeploymentListener.profileExpanded(T profile, DeployShell shell)
          Called after all filegroups have been expanded to actual file URLs.
 void DefaultModuleDeploymentListener.profileWillExpand(T profile, DeployShell shell)
           
 void ModuleDeploymentListener.profileWillExpand(T profile, DeployShell shell)
          Called before the Project and Workspace files are enumerated to determine filegroup matches.
 void DefaultModuleDeploymentListener.profileWillSave(T profile, DeployShell shell)
           
 void ModuleDeploymentListener.profileWillSave(T profile, DeployShell shell)
          Called after a Profile has been edited, but before it is closed and saved.
static void DeployUtil.setDeploymentModule(DeployShell shell, Profile profile, DeploymentModule module)
          Sets the DeploymentModule in the topmost DeployShell shell.
static void DeploymentViewManager.setDeploymentViewInfo(DeployShell shell)
          Populate a DeployShell with DeploymentView information.
 void DeployEvent.setShell(DeployShell shell_)
           
static void JeeDeployUtil.setTargetModuleIDs(DeployShell shell, javax.enterprise.deploy.spi.TargetModuleID[] targetModuleIDs)
           
 boolean ProfileListenerCondition.shouldFireImpl(int deploymentSequenceId, Profile profile, DeployShell shell)
           
 

Constructors in oracle.jdeveloper.deploy with parameters of type DeployShell
DeployEvent(int originalSequence, int currentSequence, DeployShell shell, Deployer deployer)
           
DeployShell(DeployShell shell)
          Creates a DeployShell as a child of another shell.
 

Uses of DeployShell in oracle.jdeveloper.deploy.jar
 

Methods in oracle.jdeveloper.deploy.jar with parameters of type DeployShell
protected  void ArchiveDeployer.addInitialContentSet(ArchiveProfile profile, DeploymentModule archive, DeployShell dsh)
           
 void ArchiveDeployer.cancelImpl(int deploySequence, DeployShell dsh)
           
 void ArchiveDeployer.deployImpl(int deploySequence, DeployShell dsh)
          This method writes out the Archive.
 void ArchivePreviewer.deployImpl(int deploySequence, DeployShell dsh)
           
 void ArchiveDeployer.finishImpl(int deploySequence, DeployShell dsh)
          End of deployment, resources like temporary files are removed.
 DeploymentModule ArchiveDeployer.getDeploymentModule(DeployShell shell)
          Returns the DeploymentModule that is being constructed by this Deployer.
protected  java.net.URL ArchiveDeployer.getTargetURL(DeployShell dsh)
           
protected  void ArchiveDeployer.maybeSetManifestClassPath(DeploymentModule archive, ArchiveProfile profile, DeployShell dsh)
           
 Deployer JarDeployerFactory.newDeployer(int deploySequenceId, DeployShell shell)
           
 void ArchiveDeployer.prepareImpl(int deploySequence, DeployShell dsh)
          This method expands the FileGroups in an ArchiveProfile and constructs a DeploymentModule from it.
 void ArchiveDeployer.setDeploymentModule(DeploymentModule module, DeployShell shell)
           
protected  void ArchiveDeployer.setDeploymentModuleURL(java.net.URL url, DeployShell shell)
           
 

Constructors in oracle.jdeveloper.deploy.jar with parameters of type DeployShell
ArchiveDeployer(int deploySequence, DeployShell shell)
           
ArchivePreviewer(int deploySequence, DeployShell shell)
           
 


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

E13403-02

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