|
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 | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.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.ScenarioThe scenario planned. |
static class |
SchedulingInfo.ScheduleInformation about the schedules. |
| Field Summary | |
|---|---|
static SchedulingInfo |
EMPTY_SCHEDULINGRepresents a scheduling info without any task planned. |
static java.lang.String |
JOB_TYPE_LOADPLANRepresents the load plan job type. |
static java.lang.String |
JOB_TYPE_SCENARIORepresents 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 |
|---|
public static final SchedulingInfo EMPTY_SCHEDULING
public static final java.lang.String JOB_TYPE_SCENARIO
public static final java.lang.String JOB_TYPE_LOADPLAN
| Method Detail |
|---|
public java.util.Collection<SchedulingInfo.Schedule> getSchedules()
public java.util.List<SchedulingInfo.Scenario> getScenario()
SchedulingInfo.Scenario.SchedulingInfo.Scenario
|
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 | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||