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

E17060-01

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.
 
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.

Method Detail

getScenario

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

Returns:
the SchedulingInfo.Scenario

getSchedules

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

Returns:
the schedules

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

E17060-01

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