|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.9.0) E17060-05 |
|||||||||
| 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.SessionLogsBehavior>
oracle.odi.domain.runtime.loadplan.OdiLoadPlan.SessionLogsBehavior
public static enum OdiLoadPlan.SessionLogsBehavior
Indicates how logs will be maintained by default for the session 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.setSessionLogsDefaultBehaviorForScenarios(SessionLogsBehavior), #OdiLoadPlan.getSessionLogsDefaultBehaviorForScenarios(SessionLogsBehavior)| Enum Constant Summary | |
|---|---|
ALWAYSAlways Keep: Always keep logs |
|
ERRORRemove on success only: Remove logs when it is successful, keep errors only |
|
NEVERAlways Remove: Always remove logs, Never keep Logs |
|
| Method Summary | |
|---|---|
static OdiLoadPlan.SessionLogsBehavior |
valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. |
static OdiLoadPlan.SessionLogsBehavior[] |
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.SessionLogsBehavior ALWAYS
public static final OdiLoadPlan.SessionLogsBehavior NEVER
public static final OdiLoadPlan.SessionLogsBehavior ERROR
| Method Detail |
|---|
public static OdiLoadPlan.SessionLogsBehavior[] values()
for (OdiLoadPlan.SessionLogsBehavior c : OdiLoadPlan.SessionLogsBehavior.values())
System.out.println(c);
public static OdiLoadPlan.SessionLogsBehavior 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.9.0) E17060-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||