Skip navigation links

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

E17060-02


oracle.odi.runtime.agent.invocation
Class SchedulingInfo

java.lang.Object
  extended by oracle.odi.runtime.agent.invocation.SchedulingInfo


public class SchedulingInfo
extends java.lang.Object

Scheduling information holding class. This class offers a list of schedules defined on an ODI agent.

Since:
11.1.1.3.0

Nested Class Summary
static class SchedulingInfo.Scenario
          The scenario planned.
static class SchedulingInfo.Schedule
          Information about the schedules.

 

Field Summary
static SchedulingInfo EMPTY_SCHEDULING
          Represents a scheduling info without any task planned.
static java.lang.String JOB_TYPE_LOADPLAN
          Represents the load plan job type.
static java.lang.String JOB_TYPE_SCENARIO
          Represents the scenario job type.

 

Method Summary
 java.util.List<SchedulingInfo.Scenario> getScenario()
          Returns the SchedulingInfo.Scenario.
 java.util.Collection<SchedulingInfo.Schedule> getSchedules()
          Returns the schedules.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

EMPTY_SCHEDULING

public static final SchedulingInfo EMPTY_SCHEDULING
Represents a scheduling info without any task planned.

JOB_TYPE_SCENARIO

public static final java.lang.String JOB_TYPE_SCENARIO
Represents the scenario job type.
Since:
11.1.1.5.0

JOB_TYPE_LOADPLAN

public static final java.lang.String JOB_TYPE_LOADPLAN
Represents the load plan job type.
Since:
11.1.1.5.0

Method Detail

getSchedules

public java.util.Collection<SchedulingInfo.Schedule> getSchedules()
Returns the schedules.
Returns:
the schedules

getScenario

public java.util.List<SchedulingInfo.Scenario> getScenario()
Returns the SchedulingInfo.Scenario.
Returns:
the SchedulingInfo.Scenario

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.