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

E17060-01

oracle.odi.interfaces.interactive.support.issues.autofixmanager
Class AutoFixManagerLazy

java.lang.Object
  extended by oracle.odi.interfaces.interactive.support.issues.autofixmanager.AutoFixManagerLazy
All Implemented Interfaces:
IAutoFixManager

public class AutoFixManagerLazy
extends java.lang.Object
implements IAutoFixManager

Generic implementation of IAutoFixManager interface.


Constructor Summary
AutoFixManagerLazy()
           
 
Method Summary
 void autoFix(IInterfaceAction pOriginalAction, IImpacts pOriginalImpacts, IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IInteractiveInterfaceHelper pInterfaceHelper)
          Dummy implementation.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutoFixManagerLazy

public AutoFixManagerLazy()
Method Detail

autoFix

public void autoFix(IInterfaceAction pOriginalAction,
                    IImpacts pOriginalImpacts,
                    IInterfaceActionListener pInterfaceActionListener,
                    IInterfaceUndoListener pInterfaceUndoListener,
                    IInteractiveInterfaceHelper pInterfaceHelper)
Dummy implementation.

Specified by:
autoFix in interface IAutoFixManager
Parameters:
pOriginalAction - the original action that was executed
pOriginalImpacts - the impacts caused by the action
pInterfaceActionListener - the interface action listener instance
pInterfaceUndoListener - the interface undo listener instance
pInterfaceHelper - the interface helper instance

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

E17060-01

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