|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.9.0) E17060-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IRepositoryUpgradeCallback
| Nested Class Summary | |
|---|---|
static class |
IRepositoryUpgradeCallback.UpgradeStatusUpgrade 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 |
|---|
void masterRepositoryUpgradeStarted()
void masterRepositoryUpgradeFinished(IRepositoryUpgradeCallback.UpgradeStatus pUpgradeStatus,
java.lang.Throwable pDetailedErrorForFailures)
pUpgradeStatus - The upgrade status.pDetailedErrorForFailures - The exception that caused the failure if any. null otherwise.void foundWorkrepositoryToProcess(java.util.List<java.lang.String> pWorkRepositories)
pWorkRepositories - the list of work repository namesvoid workRepositoryUpgradeStarted(java.lang.String pWorkRepositoryName)
pWorkRepositoryName - the name of the work repository currently processed
void workRepositoryUpgradeFinished(java.lang.String pWorkRepositoryName,
IRepositoryUpgradeCallback.UpgradeStatus pUpgradeStatus,
java.lang.Throwable pDetailedErrorForFailures)
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.
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.9.0) E17060-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||