|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.jdeveloper.deploy.DefaultModuleDeploymentListener<T>
public class DefaultModuleDeploymentListener<T extends ArchiveProfile>
| Constructor Summary | |
|---|---|
DefaultModuleDeploymentListener()
|
|
| Method Summary | |
|---|---|
void |
deploymentCancelled(T profile,
DeployShell shell)
Called if the deployment is cancelled, either because of an error, or another listener throwing a VetoableDeployException. |
void |
moduleDistributed(T profile,
DeployShell shell)
Called after the packaged module has finished distributing successfully to a remote target. |
void |
modulePackaged(T profile,
DeployShell shell)
Called after the Packaging Deployer for the Profile has executed. |
void |
moduleWillDistribute(T profile,
DeployShell shell)
Called before the packaged module has been sent to an external target. |
void |
moduleWillPackage(T profile,
DeployShell shell)
Called before the Packaging Deployer for the Profile executes. |
void |
profileCreated(T profile,
DeployShell shell)
Called before a Deployment Profile is opened for editing. |
void |
profileExpanded(T profile,
DeployShell shell)
Called after all filegroups have been expanded to actual file URLs. |
void |
profileWillExpand(T profile,
DeployShell shell)
Called before the Project and Workspace files are enumerated to determine filegroup matches. |
void |
profileWillSave(T profile,
DeployShell shell)
Called after a Profile has been edited, but before it is closed and saved. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultModuleDeploymentListener()
| Method Detail |
|---|
public void moduleWillPackage(T profile,
DeployShell shell)
ModuleDeploymentListener
moduleWillPackage in interface ModuleDeploymentListener<T extends ArchiveProfile>
public void modulePackaged(T profile,
DeployShell shell)
ModuleDeploymentListener
modulePackaged in interface ModuleDeploymentListener<T extends ArchiveProfile>
public void moduleWillDistribute(T profile,
DeployShell shell)
ModuleDeploymentListener
moduleWillDistribute in interface ModuleDeploymentListener<T extends ArchiveProfile>
public void moduleDistributed(T profile,
DeployShell shell)
ModuleDeploymentListener
moduleDistributed in interface ModuleDeploymentListener<T extends ArchiveProfile>
public void deploymentCancelled(T profile,
DeployShell shell)
ModuleDeploymentListener
deploymentCancelled in interface ModuleDeploymentListener<T extends ArchiveProfile>
public void profileCreated(T profile,
DeployShell shell)
ModuleDeploymentListener
profileCreated in interface ModuleDeploymentListener<T extends ArchiveProfile>profile - the Deployment Profileshell - the context for this Deployment.
public void profileWillSave(T profile,
DeployShell shell)
ModuleDeploymentListener
profileWillSave in interface ModuleDeploymentListener<T extends ArchiveProfile>shell - the context for the Deployment.
public void profileWillExpand(T profile,
DeployShell shell)
ModuleDeploymentListener
profileWillExpand in interface ModuleDeploymentListener<T extends ArchiveProfile>shell - the context for the Deployment.
public void profileExpanded(T profile,
DeployShell shell)
ModuleDeploymentListener
profileExpanded in interface ModuleDeploymentListener<T extends ArchiveProfile>shell - the context for the Deployment.
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||