| Package | Description |
|---|---|
| oracle.odi.domain.runtime.scheduling |
| Modifier and Type | Method and Description |
|---|---|
Period |
Repetition.getMaxCycleDuration()
Returns the maximum cycle duration.
|
Period |
OdiSchedule.getMaxRunDuration()
Returns the maximum duration of one job run.
|
Period |
Repetition.getRepetitionInterval()
Returns time interval between runs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OdiSchedule.setMaxRunDuration(Period pMaxRunDuration)
Sets the maximum duration of one job run.
|
| Constructor and Description |
|---|
Repetition(int pMaxNumberOfRepetition,
Period pMaxCycleDuration,
Period pRepetitionInterval)
Constructs Repetition with specified
maximum number of
repetition, time interval between runs,
maximum cycle duration. |