Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

oracle.apps.fnd.applcore.flex.ui.bean
Interface DeployProgressMonitor_old


public interface DeployProgressMonitor_old

A monitor that checks the progress of deployment.


Method Summary
 void exceptionThrown(java.lang.Exception e)
          Invoked when an exception is thrown by the deployment utility.
 void usageDone(FlexDeploymentTaskInfo u, FlexDeploymentUsageResult r)
          Invoked when the modeling for an entity usage is complete.
 

Method Detail

usageDone

void usageDone(FlexDeploymentTaskInfo u,
               FlexDeploymentUsageResult r)
Invoked when the modeling for an entity usage is complete. Note that it does not necessarily mean the modeling was successful.

Parameters:
u - the entity usage
r - the result

exceptionThrown

void exceptionThrown(java.lang.Exception e)
Invoked when an exception is thrown by the deployment utility.

Parameters:
e - the exception

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.