|
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 | |||||||||
public interface ModuleDeploymentListener<T extends ArchiveProfile>
Listener interface for receiving cross-cutting Deployment events that cover Profile Definition, Packaging and Distribution of an Archive module.
| 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. |
| Method Detail |
|---|
void profileCreated(T profile,
DeployShell shell)
throws VetoableDeployException
profile - the Deployment Profileshell - the context for this Deployment.
VetoableDeployException - thrown to prevent editing
void profileWillSave(T profile,
DeployShell shell)
throws VetoableDeployException
profile - shell - the context for the Deployment.
VetoableDeployException - thrown to prevent a save of the Profile.
void profileWillExpand(T profile,
DeployShell shell)
throws VetoableDeployException
profile - shell - the context for the Deployment.
VetoableDeployException
void profileExpanded(T profile,
DeployShell shell)
throws VetoableDeployException
profile - shell - the context for the Deployment.
VetoableDeployException
void moduleWillPackage(T profile,
DeployShell shell)
throws VetoableDeployException
profile - shell -
VetoableDeployException
void modulePackaged(T profile,
DeployShell shell)
throws VetoableDeployException
profile - shell -
VetoableDeployException
void moduleWillDistribute(T profile,
DeployShell shell)
profile - shell -
void moduleDistributed(T profile,
DeployShell shell)
profile - shell -
void deploymentCancelled(T profile,
DeployShell shell)
profile - shell -
|
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 | |||||||||