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

E13403-04

Uses of Interface
oracle.jdeveloper.deploy.DeployerListener

Packages that use DeployerListener
oracle.jdeveloper.deploy   
 

Uses of DeployerListener in oracle.jdeveloper.deploy
 

Classes in oracle.jdeveloper.deploy that implement DeployerListener
 class DefaultDeployerListener
          A Default implementation of DeployerListener for sub-classing.
 

Methods in oracle.jdeveloper.deploy with parameters of type DeployerListener
static void DeploymentManager.addDeployerListener(int deploymentSequenceId, java.lang.Class<? extends Profile> profileClass, oracle.jdeveloper.deploy.meta.PlatformType platformType, DeployerListener listener)
          Add a generic listener into the Deployment framework.
static void DeploymentManager.addDeployerListener(int deploymentSequenceId, java.lang.Class<? extends Profile> profileClass, oracle.jdeveloper.deploy.meta.PlatformType platformType, double priority, DeployerListener listener)
          Same as previous, takes an additional priority argument.
static void DeploymentManager.addDeployerListener(ListenerCondition condition, DeployerListener listener, double priority)
          Same as the previous version, but also takes a priority float argument between 0 and 1 inclusive, where 0 meant the listener should be executed at the very end, after all other listeners
static void DeploymentManager.removeDeployerListener(DeployerListener listener)
           
static void DeploymentManager.removeDeployerListener(ListenerCondition condition, DeployerListener listener)
           
 


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.