Skip navigation links

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

E17060-04


oracle.odi.domain.project
Class StepModel.ConsistentJournalizeModel

java.lang.Object
  extended by oracle.odi.domain.project.StepModel.SimpleJournalizeModel
      extended by oracle.odi.domain.project.StepModel.ConsistentJournalizeModel

All Implemented Interfaces:
StepModel.IModelAction
Enclosing class:
StepModel

public static class StepModel.ConsistentJournalizeModel
extends StepModel.SimpleJournalizeModel

Used to encapsulate informations about the consistent journalizing that has to be done over the model related to an StepModel instance.

Since:
11.1.1.3.0

Constructor Summary
StepModel.ConsistentJournalizeModel(boolean pCreateSubscribers, boolean pDropSubscribers, boolean pInstallJournalization, boolean pUninstallJournalization, java.lang.String[] pSubscribers, boolean pExtendWindow, boolean pPurgeJournal, boolean pLockSubscribers, boolean pUnlockSubscribers)
          Construct a new ConsistentJournalizeModel.

 

Method Summary
 boolean isExtendWindow()
          Returns true if this action has to extend CDC window, false otherwise.
 boolean isLockSubscribers()
          Returns true if this action has to lock CDC subscribers, false otherwise.
 boolean isPurgeJournal()
          Returns true if this action has to purge CDC journal, false otherwise.
 boolean isUnlockSubscribers()
          Returns true if this action has to unlock CDC subscribers, false otherwise.

 

Methods inherited from class oracle.odi.domain.project.StepModel.SimpleJournalizeModel
getSubscribers, isCreateSubscribers, isDropSubscribers, isInstallJournalization, isUninstallJournalization

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

StepModel.ConsistentJournalizeModel

public StepModel.ConsistentJournalizeModel(boolean pCreateSubscribers,
                                           boolean pDropSubscribers,
                                           boolean pInstallJournalization,
                                           boolean pUninstallJournalization,
                                           java.lang.String[] pSubscribers,
                                           boolean pExtendWindow,
                                           boolean pPurgeJournal,
                                           boolean pLockSubscribers,
                                           boolean pUnlockSubscribers)
Construct a new ConsistentJournalizeModel.
Parameters:
pCreateSubscribers - whether to create CDC subscribers
pDropSubscribers - whether to drop CDC subscribers
pInstallJournalization - whether to install CDC
pUninstallJournalization - whether to uninstall CDC
pSubscribers - the CDCD subscribers
pExtendWindow - whether to extend CDCD window
pPurgeJournal - whether to purge CDC journal
pLockSubscribers - whether to lock subscribers
pUnlockSubscribers - whether to unlock subscribers

Method Detail

isExtendWindow

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

isLockSubscribers

public boolean isLockSubscribers()
Returns true if this action has to lock CDC subscribers, false otherwise.
Returns:
if this action has to lock CDC subscribers

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

isUnlockSubscribers

public boolean isUnlockSubscribers()
Returns true if this action has to unlock CDC subscribers, false otherwise.
Returns:
if this action has to unlock CDC subscribers

Skip navigation links

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

E17060-04


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