|
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 | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Object
java.lang.Enum<OdiLoadPlan.SessionStepLogsBehavior>
oracle.odi.domain.runtime.loadplan.OdiLoadPlan.SessionStepLogsBehavior
public static enum OdiLoadPlan.SessionStepLogsBehavior
Indicates how logs will be maintained by default for the session steps of each of the scenarios started by the Load Plan.
Values are:
Note: this enumeration is used for both session level logging and session step level logging.
#OdiLoadPlan.setSessionLogsDefaultBehaviorForScenarioSteps(SessionStepLogsBehavior), #OdiLoadPlan.getSessionLogsDefaultBehaviorForScenarioSteps(SessionStepLogsBehavior)| Enum Constant Summary | |
|---|---|
BY_SCENARIO_SETTINGSHonor Scenario Step Logging option |
|
ERRORRemove on success only: Remove logs when it is successful, keep errors only |
|
NEVERAlways Remove: Always remove logs |
|
| Method Summary | |
|---|---|
static OdiLoadPlan.SessionStepLogsBehavior |
valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. |
static OdiLoadPlan.SessionStepLogsBehavior[] |
values()Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final OdiLoadPlan.SessionStepLogsBehavior BY_SCENARIO_SETTINGS
public static final OdiLoadPlan.SessionStepLogsBehavior NEVER
public static final OdiLoadPlan.SessionStepLogsBehavior ERROR
| Method Detail |
|---|
public static OdiLoadPlan.SessionStepLogsBehavior[] values()
for (OdiLoadPlan.SessionStepLogsBehavior c : OdiLoadPlan.SessionStepLogsBehavior.values())
System.out.println(c);
public static OdiLoadPlan.SessionStepLogsBehavior valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null
|
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 | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||