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

E13403-04

Uses of Class
oracle.jdeveloper.deploy.DeployException

Packages that use DeployException
oracle.jdeveloper.deploy   
oracle.jdeveloper.deploy.j2ee   
oracle.jdeveloper.deploy.jar   
oracle.jdeveloper.deploy.shell   
 

Uses of DeployException in oracle.jdeveloper.deploy
 

Subclasses of DeployException in oracle.jdeveloper.deploy
 class VetoableDeployException
           
 

Methods in oracle.jdeveloper.deploy that return DeployException
 DeployException DeployShell.getDeployException()
           
 

Methods in oracle.jdeveloper.deploy with parameters of type DeployException
 void DeployShell.setDeployException(DeployException exc)
           
 

Methods in oracle.jdeveloper.deploy that throw DeployException
abstract  void DeploymentModule.commit()
          Flush all output streams and persists the DeploymentModule.
 void DefaultDeployShellFactory.Configurator.configure(DeployShell shell)
           
 DeploymentModule DeploymentModuleFactory.create(java.lang.Class<?> elementClass, oracle.jdeveloper.deploy.common.ModuleContext moduleContext)
          Create a DeploymentModule, based on contents of Shell.
 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.
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 Deployer.deploy(int deploySequenceId, DeployShell shell)
          Do the actual deployment task.
 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.
 void Deployer.prepare(int deploySequenceId, DeployShell shell)
          Called to do any preparatory work before the actual deployment takes place.
abstract  void DeploymentModule.release()
          Release all temporary resources held by the module.
abstract  void DeploymentModule.rollback()
          Discard all output streams that have been opened, revert to last committed.
 

Uses of DeployException in oracle.jdeveloper.deploy.j2ee
 

Methods in oracle.jdeveloper.deploy.j2ee that throw DeployException
 void J2eeProfile.initTransientProfile(java.net.URL jarURL, java.lang.String enterpriseAppName, java.io.PrintWriter printWriter)
           
 

Uses of DeployException in oracle.jdeveloper.deploy.jar
 

Methods in oracle.jdeveloper.deploy.jar that throw DeployException
protected  void ArchiveDeployer.addInitialContentSet(ArchiveProfile profile, DeploymentModule archive, DeployShell dsh)
           
 void ArchivePreviewer.deployImpl(int deploySequence, DeployShell dsh)
           
 void ArchiveDeployer.deployImpl(int deploySequence, DeployShell dsh)
          This method writes out the Archive.
protected  java.net.URL ArchiveDeployer.getTargetURL(DeployShell dsh)
           
 void ArchiveDeployer.prepareImpl(int deploySequence, DeployShell dsh)
          This method expands the FileGroups in an ArchiveProfile and constructs a DeploymentModule from it.
protected  void ArchiveDeployer.setDeploymentModuleURL(java.net.URL url, DeployShell shell)
           
 

Uses of DeployException in oracle.jdeveloper.deploy.shell
 

Methods in oracle.jdeveloper.deploy.shell that return DeployException
 DeployException ShellAdapter.getDeployException()
           
 

Methods in oracle.jdeveloper.deploy.shell with parameters of type DeployException
 void ShellAdapter.setDeployException(DeployException e)
           
 


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

E13403-04

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