| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | 
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 | 
DeployShell.getRoot()Get the root shell.  | 
 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.  | 
 void | 
DefaultDeployShellFactory.Configurator.configure(DeployShell 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 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 | 
ModuleDeploymentListener.deploymentCancelled(T profile, DeployShell shell)Called if the deployment is cancelled, either because of an error, or another listener throwing a VetoableDeployException.  | 
 void | 
DefaultModuleDeploymentListener.deploymentCancelled(T profile, DeployShell shell) | 
 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)Deprecated. Use JeeDeployment.getAppServer() instead.  | 
static oracle.jdeveloper.deploy.meta.Platform | 
DeployUtil.getPlatform(DeployShell shell)Deprecated. Use JavaDeployment.getPlatform() | 
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 | 
ModuleDeploymentListener.moduleDistributed(T profile, DeployShell shell)Called after the packaged module has finished distributing successfully to a remote target.  | 
 void | 
DefaultModuleDeploymentListener.moduleDistributed(T profile, DeployShell shell) | 
 void | 
ModuleDeploymentListener.modulePackaged(T profile, DeployShell shell)Called after the Packaging Deployer for the Profile has executed.  | 
 void | 
DefaultModuleDeploymentListener.modulePackaged(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.moduleWillDistribute(T profile, DeployShell shell) | 
 void | 
ModuleDeploymentListener.moduleWillPackage(T profile, DeployShell shell)Called before the Packaging Deployer for the Profile executes.  | 
 void | 
DefaultModuleDeploymentListener.moduleWillPackage(T profile, DeployShell shell) | 
 Deployer | 
DeployerFactory.newDeployer(int deploymentSequenceId, DeployShell shell)Create and/or return an existing Deployer.  | 
 Deployer | 
ProfileDeployerFactory.newDeployer(int deploymentSequenceId, DeployShell shell) | 
 void | 
Deployer.prepare(int deploySequenceId, DeployShell shell)Called to do any preparatory work before the actual deployment takes place.  | 
 void | 
ModuleDeploymentListener.profileCreated(T profile, DeployShell shell)Called before a Deployment Profile is opened for editing.  | 
 void | 
DefaultModuleDeploymentListener.profileCreated(T profile, DeployShell shell) | 
 void | 
ModuleDeploymentListener.profileExpanded(T profile, DeployShell shell)Called after all filegroups have been expanded to actual file URLs.  | 
 void | 
DefaultModuleDeploymentListener.profileExpanded(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.profileWillExpand(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.  | 
 void | 
DefaultModuleDeploymentListener.profileWillSave(T profile, DeployShell shell) | 
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.cmd | 
|---|
| Methods in oracle.jdeveloper.deploy.cmd with parameters of type DeployShell | |
|---|---|
protected  void | 
DeployCommand.deploy(DeployShell shell) | 
protected  void | 
DeployCommand.exception(java.lang.Exception e, DeployShell shell)Called when an exception is thrown from deployment.  | 
 void | 
DeployCommand.Callback.exception(java.lang.Exception e, DeployShell shell) | 
protected  void | 
DeployCommand.finished(DeployShell shell)Called after deployment has finished running.  | 
 void | 
DeployCommand.Callback.finished(DeployShell shell) | 
protected  void | 
DeployToWar.prepare(DeployShell shell) | 
protected  void | 
DeployToEar.prepare(DeployShell shell) | 
protected  void | 
DeployToAppServer.prepare(DeployShell shell) | 
protected  void | 
DeployCommand.prepare(DeployShell shell)Prepares for deployment.  | 
 void | 
DeployCommand.Callback.start(DeployShell shell) | 
| Uses of DeployShell in oracle.jdeveloper.deploy.cmd.weblogic | 
|---|
| Methods in oracle.jdeveloper.deploy.cmd.weblogic with parameters of type DeployShell | |
|---|---|
protected  void | 
DeployToWeblogic.prepare(DeployShell shell) | 
| Uses of DeployShell in oracle.jdeveloper.deploy.dt | 
|---|
| Methods in oracle.jdeveloper.deploy.dt with parameters of type DeployShell | |
|---|---|
 void | 
DeployShellConfigurator.configure(DeployShell shell) | 
 void | 
DeploymentOptions.scatter(DeployShell 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 | 
ArchivePreviewer.deployImpl(int deploySequence, DeployShell dsh) | 
 void | 
ArchiveDeployer.deployImpl(int deploySequence, DeployShell dsh)This method writes out the Archive.  | 
 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) | 
|
| Uses of DeployShell in oracle.jdeveloper.deploy.shell | 
|---|
| Fields in oracle.jdeveloper.deploy.shell declared as DeployShell | |
|---|---|
protected  DeployShell | 
ShellAdapter.shell_ | 
| Methods in oracle.jdeveloper.deploy.shell that return DeployShell | |
|---|---|
 DeployShell | 
ShellAdapter.getShell() | 
| Methods in oracle.jdeveloper.deploy.shell with parameters of type DeployShell | |
|---|---|
static JeeDeployment | 
JeeDeployment.getInstance(DeployShell shell) | 
static JavaDeployment | 
JavaDeployment.getInstance(DeployShell shell) | 
protected  JeeDeployment | 
JeeDeployment.newAdapter(DeployShell shell) | 
protected  JavaDeployment | 
JavaDeployment.newAdapter(DeployShell shell) | 
protected abstract  ShellAdapter | 
ShellAdapter.newAdapter(DeployShell shell) | 
| Constructors in oracle.jdeveloper.deploy.shell with parameters of type DeployShell | |
|---|---|
JavaDeployment(DeployShell shell) | 
|
JeeDeployment(DeployShell shell) | 
|
ShellAdapter(DeployShell shell) | 
|
| Uses of DeployShell in oracle.jdeveloper.deploy.shell.weblogic | 
|---|
| Methods in oracle.jdeveloper.deploy.shell.weblogic with parameters of type DeployShell | |
|---|---|
static WeblogicDeployment | 
WeblogicDeployment.getInstance(DeployShell shell) | 
protected  WeblogicDeployment | 
WeblogicDeployment.newAdapter(DeployShell shell) | 
| Constructors in oracle.jdeveloper.deploy.shell.weblogic with parameters of type DeployShell | |
|---|---|
WeblogicDeployment(DeployShell shell) | 
|
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||