oracle.owb.reconcile
Class ReconcileServiceManager

java.lang.Object
  |
  +--oracle.owb.reconcile.ReconcileServiceManager

public class ReconcileServiceManager
extends java.lang.Object

ReconcileServiceManager provides the entry point to reconcile service.


Method Summary
static ReconcileServiceManager getInstance()
          Method getInstance.
static ReconcileService getReconcileService()
          Method getReconcileService.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static ReconcileServiceManager getInstance()
Method getInstance. Returns the reconcile service manager instance.
Returns:
an instance of reconcile service manager.

getReconcileService

public static ReconcileService getReconcileService()
Method getReconcileService. Returns the handle to the reconcile service.
Returns:
Returns an instance of reconcile service to be used for reconciliation.