com.ibm.itim.remoteservices.ejb.mediation
Interface IReconCompleteCallback

All Superinterfaces:
java.io.Serializable

public interface IReconCompleteCallback
extends java.io.Serializable

This interface allows the implementation class the ability to gain control after a reconciliation process has finished. The 'onReconComplete' method of this interface is invoked, by the workflow engine, after the completion of reconciliation process. This interface may be implemented and an object of the implementation class can be passed as a parameter to functions of ReconManager, used to add a new reconciliation unit or to run reconciliation immediately, for a given resource. This way the callback object gets registered with the reconciliation process, and gains control, after process completes. This interface can be used to notify end users, the completion of reconciliation or perform some clean up activities at the end of reconciliation process.


Method Summary
 void onReconComplete(long processId, java.lang.String processState, java.lang.String processResult, java.lang.String resultSummary)
          This method is executed by ITIM workflow engine after the reconciliation process, with which the callback object of the implementation class of this interface is registered, completes.
 

Method Detail

onReconComplete

void onReconComplete(long processId,
                     java.lang.String processState,
                     java.lang.String processResult,
                     java.lang.String resultSummary)
This method is executed by ITIM workflow engine after the reconciliation process, with which the callback object of the implementation class of this interface is registered, completes.

Parameters:
processId - Id of the reconciliation process the callback was registered with.
processState - State of the reconciliation process.
processResult - Result of the reconciliation process.
resultSummary - Result summary of the reconciliation process.


IBM Security Identity Manager 6.0.0
© Copyright International Business Machines Corporation 2007, 2012. All rights reserved. US Government Users Restricited Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.