Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.5.0)

E17060-02


Uses of Class
oracle.odi.domain.runtime.loadplan.OdiLoadPlan.SessionLogsBehavior

Packages that use OdiLoadPlan.SessionLogsBehavior
oracle.odi.domain.runtime.loadplan   
oracle.odi.domain.runtime.lpi   

 

Uses of OdiLoadPlan.SessionLogsBehavior in oracle.odi.domain.runtime.loadplan

 

Methods in oracle.odi.domain.runtime.loadplan that return OdiLoadPlan.SessionLogsBehavior
 OdiLoadPlan.SessionLogsBehavior OdiLoadPlan.getSessionLogsDefaultBehaviorForScenarios()
          Indicates how logs will be maintained by default for the sessions of each of the scenarios started by the OdiLoadPlan.
static OdiLoadPlan.SessionLogsBehavior OdiLoadPlan.SessionLogsBehavior.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OdiLoadPlan.SessionLogsBehavior[] OdiLoadPlan.SessionLogsBehavior.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods in oracle.odi.domain.runtime.loadplan with parameters of type OdiLoadPlan.SessionLogsBehavior
 void OdiLoadPlan.setSessionLogsDefaultBehaviorForScenarios(OdiLoadPlan.SessionLogsBehavior sessionLogsDefaultBehaviorForScenarios)
          Indicates how logs will be maintained by default for the sessions of each of the scenarios started by the OdiLoadPlan.
Must not be null.

 

Uses of OdiLoadPlan.SessionLogsBehavior in oracle.odi.domain.runtime.lpi

 

Methods in oracle.odi.domain.runtime.lpi that return OdiLoadPlan.SessionLogsBehavior
 OdiLoadPlan.SessionLogsBehavior OdiLoadPlanInstance.getSessionLogsDefaultBehaviorForScenarios()
          Indicates how logs will be maintained by default for the sessions of each of the scenarios started by the OdiLoadPlanInstance.

 


Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.5.0)

E17060-02


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.