Skip navigation links

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

E17060-03


oracle.odi.domain.runtime.purge
Interface IPurgeLogServiceReportCallback

All Known Implementing Classes:
PurgeLogServiceReport

public interface IPurgeLogServiceReportCallback

Call back on the basic purge operations. Will help construct the Purge Log Report.


Method Summary
 boolean isCancellationAsked()
          Return true if the cancellation of the current purge has been asked by the user.
 void itemPurged(IOdiEntity pOdiEntity)
          Record each first class object to be purged.
 void purgeCompleted()
          Mark the purge as complete.

 

Method Detail

itemPurged

void itemPurged(IOdiEntity pOdiEntity)
Record each first class object to be purged.
Parameters:
pOdiEntity - entity being purged.

purgeCompleted

void purgeCompleted()
Mark the purge as complete. called when an actual commit statement has been committed in the database

isCancellationAsked

boolean isCancellationAsked()
Return true if the cancellation of the current purge has been asked by the user. PurgeLogServiceReport implementation will return true when an external process is asking the cancellation of the current process.

Skip navigation links

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

E17060-03


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