|
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
public static class StepModel.SimpleJournalizeModel
Used to encapsulate informations about the simple journalizing that has to be done over the model related to an StepModel instance.
| 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 |
|---|
public StepModel.SimpleJournalizeModel(boolean pCreateSubscribers,
boolean pDropSubscribers,
boolean pInstallJournalization,
boolean pUninstallJournalization,
java.lang.String[] pSubscribers)
SimpleJournalizeModel.pCreateSubscribers - whether to create CDC subscriberspDropSubscribers - whether to drop subscriberspInstallJournalization - whether to install CDCpUninstallJournalization - whether to uninstall CDCpSubscribers - an array of subscribers| Method Detail |
|---|
public boolean isCreateSubscribers()
true if this action has to create CDC subscribers, false otherwise.public boolean isDropSubscribers()
true if this action has to drop CDC subscribers, false otherwise.public boolean isInstallJournalization()
true if this action has to install CDC, false otherwise.public boolean isUninstallJournalization()
true if this action has to uninstall CDC, false otherwise.public java.lang.String[] getSubscribers()
|
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 | |||||||||