Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.5.0)

E17060-02


oracle.odi.setup
Interface IRepositoryUpgradeCallback

All Known Implementing Classes:
RepositoryUpgradeReport

public interface IRepositoryUpgradeCallback
Since:
11.1.1.5.0

Nested Class Summary
static class IRepositoryUpgradeCallback.UpgradeStatus
          Upgrade status information

 

Method Summary
 void foundWorkrepositoryToProcess(java.util.List<java.lang.String> pWorkRepositories)
          Will be called to provide the list of work repositories found in the master that will be updated.
 void masterRepositoryUpgradeFinished(IRepositoryUpgradeCallback.UpgradeStatus pUpgradeStatus, java.lang.Throwable pDetailedErrorForFailures)
          This method will be called when master repository is finished (successfully or with errors).
 void masterRepositoryUpgradeStarted()
          This method will be called when master repository upgrade starts.
 void workRepositoryUpgradeFinished(java.lang.String pWorkRepositoryName, IRepositoryUpgradeCallback.UpgradeStatus pUpgradeStatus, java.lang.Throwable pDetailedErrorForFailures)
          Will be called when the upgrade process finishes to upgrade a work repository (successfully or with errors).
 void workRepositoryUpgradeStarted(java.lang.String pWorkRepositoryName)
          Will be called when the upgrade process starts to upgrade a work repository.

 

Method Detail

masterRepositoryUpgradeStarted

void masterRepositoryUpgradeStarted()
This method will be called when master repository upgrade starts.

masterRepositoryUpgradeFinished

void masterRepositoryUpgradeFinished(IRepositoryUpgradeCallback.UpgradeStatus pUpgradeStatus,
                                     java.lang.Throwable pDetailedErrorForFailures)
This method will be called when master repository is finished (successfully or with errors).
Parameters:
pUpgradeStatus - The upgrade status.
pDetailedErrorForFailures - The exception that caused the failure if any. null otherwise.

foundWorkrepositoryToProcess

void foundWorkrepositoryToProcess(java.util.List<java.lang.String> pWorkRepositories)
Will be called to provide the list of work repositories found in the master that will be updated.
Parameters:
pWorkRepositories - the list of work repository names

workRepositoryUpgradeStarted

void workRepositoryUpgradeStarted(java.lang.String pWorkRepositoryName)
Will be called when the upgrade process starts to upgrade a work repository.
Parameters:
pWorkRepositoryName - the name of the work repository currently processed

workRepositoryUpgradeFinished

void workRepositoryUpgradeFinished(java.lang.String pWorkRepositoryName,
                                   IRepositoryUpgradeCallback.UpgradeStatus pUpgradeStatus,
                                   java.lang.Throwable pDetailedErrorForFailures)
Will be called when the upgrade process finishes to upgrade a work repository (successfully or with errors).
Parameters:
pWorkRepositoryName - the name of the work repository just beeing processed.
pUpgradeStatus - The result of the upgrade.
pDetailedErrorForFailures - The exception that caused the failure if any. null otherwise.

Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.5.0)

E17060-02


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.