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.DeployException

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

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.
 DeploymentModule DeploymentModuleFactory.create(java.lang.Class<?> elementClass, oracle.jdeveloper.deploy.common.ModuleContext moduleContext)
          Create a DeploymentModule, based on contents of Shell.
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.
 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 ArchiveDeployer.deployImpl(int deploySequence, DeployShell dsh)
          This method writes out the Archive.
 void ArchivePreviewer.deployImpl(int deploySequence, DeployShell dsh)
           
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)
           
 


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.