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

E17060-01

oracle.odi.domain.project
Class StepModel.SimpleJournalizeModel

java.lang.Object
  extended by oracle.odi.domain.project.StepModel.SimpleJournalizeModel
All Implemented Interfaces:
StepModel.IModelAction
Direct Known Subclasses:
StepModel.ConsistentJournalizeModel
Enclosing class:
StepModel

public static class StepModel.SimpleJournalizeModel
extends java.lang.Object
implements StepModel.IModelAction

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

Since:
11.1.1.3.0

Constructor Summary
StepModel.SimpleJournalizeModel(boolean pCreateSubscribers, boolean pDropSubscribers, boolean pInstallJournalization, boolean pUninstallJournalization, java.lang.String[] pSubscribers)
          Construct a new SimpleJournalizeModel.
 
Method Summary
 java.lang.String[] getSubscribers()
          Obtains the CDC subscribers.
 boolean isCreateSubscribers()
          Returns true if this action has to create CDC subscribers, false otherwise.
 boolean isDropSubscribers()
          Returns true if this action has to drop CDC subscribers, false otherwise.
 boolean isInstallJournalization()
          Returns true if this action has to install CDC, false otherwise.
 boolean isUninstallJournalization()
          Returns true if this action has to uninstall CDC, false otherwise.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StepModel.SimpleJournalizeModel

public StepModel.SimpleJournalizeModel(boolean pCreateSubscribers,
                                       boolean pDropSubscribers,
                                       boolean pInstallJournalization,
                                       boolean pUninstallJournalization,
                                       java.lang.String[] pSubscribers)
Construct a new SimpleJournalizeModel.

Parameters:
pCreateSubscribers - whether to create CDC subscribers
pDropSubscribers - whether to drop subscribers
pInstallJournalization - whether to install CDC
pUninstallJournalization - whether to uninstall CDC
pSubscribers - an array of subscribers
Method Detail

getSubscribers

public java.lang.String[] getSubscribers()
Obtains the CDC subscribers.

Returns:
an array of subscribers

isCreateSubscribers

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

Returns:
if this action has to create CDC subscribers

isDropSubscribers

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

Returns:
if this action has to drop CDC subscribers

isInstallJournalization

public boolean isInstallJournalization()
Returns true if this action has to install CDC, false otherwise.

Returns:
if this action has to install CDC

isUninstallJournalization

public boolean isUninstallJournalization()
Returns true if this action has to uninstall CDC, false otherwise.

Returns:
if this action has to uninstall CDC

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.