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

E17060-01

oracle.odi.interfaces.interactive.support.actions
Class InterfaceActionJournalizeSourceDataStore

java.lang.Object
  extended by oracle.odi.interfaces.interactive.support.actions.InterfaceActionJournalizeSourceDataStore
All Implemented Interfaces:
IInterfaceAction

public class InterfaceActionJournalizeSourceDataStore
extends java.lang.Object
implements IInterfaceAction

InterfaceActionAddJournalizeDataStore is an interface action class used to add or remove journalizing capability an ODI interface SourceDataStore. A journalized data store is one that has a change data capture capability.

Since:
11.1.1.3.0
See Also:
InteractiveInterfaceHelperWithActions

Constructor Summary
InterfaceActionJournalizeSourceDataStore(SourceDataStore pSourceDataStore, boolean pToBeJournalized)
          Constructor for the journalizing action class.
 
Method Summary
 SourceDataStore getSourceDataStore()
          Get the source data store to be journalized.
 boolean isToBeJournalized()
          Return whether the source data store will be journalized.
 void performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
          Action that is performed on the ODI interface objects.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterfaceActionJournalizeSourceDataStore

public InterfaceActionJournalizeSourceDataStore(SourceDataStore pSourceDataStore,
                                                boolean pToBeJournalized)
Constructor for the journalizing action class.

Parameters:
pSourceDataStore - The source data store to journalize or un-journalize.
pToBeJournalized - If true, the source data store will be journalized, otherwise it will be un-journalized.
Method Detail

getSourceDataStore

public SourceDataStore getSourceDataStore()
Get the source data store to be journalized.

Returns:
the source data store to be journalized.

isToBeJournalized

public boolean isToBeJournalized()
Return whether the source data store will be journalized.

Returns:
true if the source data store will be journalized, false if an already journalized data store will have the journalizing capability removed.

performAction

public void performAction(IInterfaceActionListener pInterfaceActionListener,
                          IInterfaceUndoListener pInterfaceUndoListener,
                          IActionHelper pActionHelper)
Description copied from interface: IInterfaceAction
Action that is performed on the ODI interface objects.

Specified by:
performAction in interface IInterfaceAction
Parameters:
pInterfaceActionListener - the interface action listener instance
pInterfaceUndoListener - the interface undo listener instance
pActionHelper - the action 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.