Skip navigation links

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

E17060-03


oracle.odi.domain.project
Class StepDataStore.SimpleJournalizeDataStore

java.lang.Object
  extended by oracle.odi.domain.project.StepDataStore.SimpleJournalizeDataStore

All Implemented Interfaces:
StepDataStore.IDataStoreAction
Enclosing class:
StepDataStore

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

Implements simple journalization action for an StepDataStore.

Since:
11.1.1.3.0

Constructor Summary
StepDataStore.SimpleJournalizeDataStore(boolean pCreateJournal, boolean pCreateSubscriber, boolean pDropJournal, boolean pDropSubscriber, java.lang.String[] pSubscribers)
          Create a new StepDataStore.SimpleJournalizeDataStore.

 

Method Summary
 java.lang.String[] getSubscribers()
          Obtains the CDC subscribers.
 boolean isCreateJournal()
          Returns true if this action has to create CDC journal, false otherwise.
 boolean isCreateSubscriber()
          Returns true if this action has to create CDC subscribers, false otherwise.
 boolean isDropJournal()
          Returns true if this action has to drop CDC journal, false otherwise.
 boolean isDropSubscriber()
          Returns true if this action has to drop CDC subscribers, false otherwise.

 

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

 

Constructor Detail

StepDataStore.SimpleJournalizeDataStore

public StepDataStore.SimpleJournalizeDataStore(boolean pCreateJournal,
                                               boolean pCreateSubscriber,
                                               boolean pDropJournal,
                                               boolean pDropSubscriber,
                                               java.lang.String[] pSubscribers)
Create a new StepDataStore.SimpleJournalizeDataStore.
Parameters:
pCreateJournal - whether to create CDC journal
pCreateSubscriber - whether to create CDC subscribers
pDropJournal - whether to drop CDC journal
pDropSubscriber - whether to drop subscribers
pSubscribers - an array of CDC subscribers

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

isCreateSubscriber

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

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

isDropSubscriber

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

getSubscribers

public java.lang.String[] getSubscribers()
Obtains the CDC subscribers.
Returns:
an array of subscribers

Skip navigation links

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

E17060-03


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