| 
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  
oracle.odi.domain.project.StepModel.SimpleJournalizeModel
      
oracle.odi.domain.project.StepModel.ConsistentJournalizeModel
public static class StepModel.ConsistentJournalizeModel
Used to encapsulate informations about the consistent journalizing that has to be done over the model related to an StepModel instance.
| 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 | 
|---|
public StepModel.ConsistentJournalizeModel(boolean pCreateSubscribers,
                                           boolean pDropSubscribers,
                                           boolean pInstallJournalization,
                                           boolean pUninstallJournalization,
                                           java.lang.String[] pSubscribers,
                                           boolean pExtendWindow,
                                           boolean pPurgeJournal,
                                           boolean pLockSubscribers,
                                           boolean pUnlockSubscribers)
ConsistentJournalizeModel.pCreateSubscribers - whether to create CDC subscriberspDropSubscribers - whether to drop CDC subscriberspInstallJournalization - whether to install CDCpUninstallJournalization - whether to uninstall CDCpSubscribers - the CDCD subscriberspExtendWindow - whether to extend CDCD windowpPurgeJournal - whether to purge CDC journalpLockSubscribers - whether to lock subscriberspUnlockSubscribers - whether to unlock subscribers| Method Detail | 
|---|
public boolean isExtendWindow()
true if this action has to extend CDC window, false otherwise.public boolean isLockSubscribers()
true if this action has to lock CDC subscribers, false otherwise.public boolean isPurgeJournal()
true if this action has to purge CDC journal, false otherwise.public boolean isUnlockSubscribers()
true if this action has to unlock CDC subscribers, false otherwise.
  | 
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||