|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.odi.runtime.agent.invocation.SchedulingInfo
public class SchedulingInfo
Scheduling information holding class. This class offers a list of schedules defined on an ODI agent.
| 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 |
|---|
public static final SchedulingInfo EMPTY_SCHEDULING
| Method Detail |
|---|
public java.util.List<SchedulingInfo.Scenario> getScenario()
SchedulingInfo.Scenario.
SchedulingInfo.Scenariopublic java.util.Collection<SchedulingInfo.Schedule> getSchedules()
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||