|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.odi.setup.RepositoryUpgradeReport
public class RepositoryUpgradeReport
Implementation of IRepositoryUpgradeCallback that builds a report from the events.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface oracle.odi.setup.IRepositoryUpgradeCallback |
|---|
IRepositoryUpgradeCallback.UpgradeStatus |
| Constructor Summary | |
|---|---|
RepositoryUpgradeReport() |
|
| 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. |
java.lang.Throwable |
getMasterUpgradeException() |
IRepositoryUpgradeCallback.UpgradeStatus |
getMasterUpgradeStatus() |
java.util.Set<java.lang.String> |
getWorkRepositoryNames()Return the Set of repository names upgraded. |
java.lang.Throwable |
getWorkUpgradeException(java.lang.String pName) |
IRepositoryUpgradeCallback.UpgradeStatus |
getWorkUpgradeStatus(java.lang.String pName) |
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. |
java.lang.String |
toString() |
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RepositoryUpgradeReport()
| Method Detail |
|---|
public void foundWorkrepositoryToProcess(java.util.List<java.lang.String> pWorkRepositories)
IRepositoryUpgradeCallbackfoundWorkrepositoryToProcess in interface IRepositoryUpgradeCallbackpWorkRepositories - the list of work repository names
public void masterRepositoryUpgradeFinished(IRepositoryUpgradeCallback.UpgradeStatus pUpgradeStatus,
java.lang.Throwable pDetailedErrorForFailures)
IRepositoryUpgradeCallbackmasterRepositoryUpgradeFinished in interface IRepositoryUpgradeCallbackpUpgradeStatus - The upgrade status.pDetailedErrorForFailures - The exception that caused the failure if any. null otherwise.public void masterRepositoryUpgradeStarted()
IRepositoryUpgradeCallbackmasterRepositoryUpgradeStarted in interface IRepositoryUpgradeCallback
public void workRepositoryUpgradeFinished(java.lang.String pWorkRepositoryName,
IRepositoryUpgradeCallback.UpgradeStatus pUpgradeStatus,
java.lang.Throwable pDetailedErrorForFailures)
IRepositoryUpgradeCallbackworkRepositoryUpgradeFinished in interface IRepositoryUpgradeCallbackpWorkRepositoryName - 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.public void workRepositoryUpgradeStarted(java.lang.String pWorkRepositoryName)
IRepositoryUpgradeCallbackworkRepositoryUpgradeStarted in interface IRepositoryUpgradeCallbackpWorkRepositoryName - the name of the work repository currently processedpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.util.Set<java.lang.String> getWorkRepositoryNames()
public IRepositoryUpgradeCallback.UpgradeStatus getMasterUpgradeStatus()
public java.lang.Throwable getMasterUpgradeException()
public IRepositoryUpgradeCallback.UpgradeStatus getWorkUpgradeStatus(java.lang.String pName)
public java.lang.Throwable getWorkUpgradeException(java.lang.String pName)
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||