public static class StepModel.ConsistentJournalizeModel extends StepModel.SimpleJournalizeModel
StepModel instance.| Constructor and Description | 
|---|
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. | 
| Modifier and Type | Method and Description | 
|---|---|
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. | 
getSubscribers, isCreateSubscribers, isDropSubscribers, isInstallJournalization, isUninstallJournalizationpublic 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 subscriberspublic 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.