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

E17060-01

oracle.odi.domain.project
Class StepDataStore.ConsistentJournalizeDataStore

java.lang.Object
  extended by oracle.odi.domain.project.StepDataStore.ConsistentJournalizeDataStore
All Implemented Interfaces:
StepDataStore.IDataStoreAction
Enclosing class:
StepDataStore

public static class StepDataStore.ConsistentJournalizeDataStore
extends java.lang.Object
implements StepDataStore.IDataStoreAction

Consistent CDC action.

Since:
11.1.1.3.0

Constructor Summary
StepDataStore.ConsistentJournalizeDataStore(boolean pInstallJournalization, boolean pUninstallJournalization, boolean pExtendWindow, boolean pPurgeJournal)
          Construct a new ConsistentJournalizeDatastore.
 
Method Summary
 boolean isCreateJournal()
          Returns true if this action has to create CDC journal, false otherwise.
 boolean isDropJournal()
          Returns true if this action has to drop CDC journal, false otherwise.
 boolean isExtendWindow()
          Returns true if this action has to extends CDC window, false otherwise.
 boolean isPurgeJournal()
          Returns true if this action has to purge CDC journal, false otherwise.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StepDataStore.ConsistentJournalizeDataStore

public StepDataStore.ConsistentJournalizeDataStore(boolean pInstallJournalization,
                                                   boolean pUninstallJournalization,
                                                   boolean pExtendWindow,
                                                   boolean pPurgeJournal)
Construct a new ConsistentJournalizeDatastore.

Parameters:
pInstallJournalization - whether to create CDC journal
pUninstallJournalization - whether to drop CDC journal
pExtendWindow - whether to extend CDC window
pPurgeJournal - whether to purge CDC journal
Method Detail

isCreateJournal

public boolean isCreateJournal()
Returns true if this action has to create CDC journal, false otherwise.

Returns:
if this action has to create CDC journal

isDropJournal

public boolean isDropJournal()
Returns true if this action has to drop CDC journal, false otherwise.

Returns:
if this action has to drop CDC journal

isExtendWindow

public boolean isExtendWindow()
Returns true if this action has to extends CDC window, false otherwise.

Returns:
if this action has to extends CDC window

isPurgeJournal

public boolean isPurgeJournal()
Returns true if this action has to purge CDC journal, false otherwise.

Returns:
if this action has to purge CDC journal

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.