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

E13403-04

oracle.jdeveloper.deploy
Interface DeployerListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
DefaultDeployerListener

public interface DeployerListener
extends java.util.EventListener

A generic listener that can be attached to any Deployer. This kind of listener can be used to trap deployment events from individual Deployers.

See Also:
Deployer

Method Summary
 void cancelled(DeployEvent event)
           
 void deployed(DeployEvent event)
           
 void finished(DeployEvent event)
           
 void prepared(DeployEvent event)
           
 void willCancel(DeployEvent event)
          Called when an error is encountered during deployment.
 void willDeploy(DeployEvent event)
           
 void willFinish(DeployEvent event)
           
 void willPrepare(DeployEvent event)
           
 

Method Detail

willPrepare

void willPrepare(DeployEvent event)
                 throws VetoableDeployException
Throws:
VetoableDeployException

prepared

void prepared(DeployEvent event)
              throws VetoableDeployException
Throws:
VetoableDeployException

willDeploy

void willDeploy(DeployEvent event)
                throws VetoableDeployException
Throws:
VetoableDeployException

deployed

void deployed(DeployEvent event)

willFinish

void willFinish(DeployEvent event)

finished

void finished(DeployEvent event)

willCancel

void willCancel(DeployEvent event)
Called when an error is encountered during deployment. This can happen if one of the Deployer(s) throws a DeployException, or one of the listeners throws a VetoableDeployException.

Parameters:
deploymentSequenceId -
shell -

cancelled

void cancelled(DeployEvent event)

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.