| Package | Description |
|---|---|
| oracle.as.scheduler |
Enterprise Scheduler API interfaces and classes, including
RuntimeService and MetadataService.
|
| Modifier and Type | Method and Description |
|---|---|
RecurrenceSet |
Schedule.getRecurrenceSet()
Gets the RecurrenceSet object of this schedule instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Schedule.setRecurrenceSet(RecurrenceSet recurSet)
Sets the RecurrenceSet for this schedule instance.
|
| Constructor and Description |
|---|
Schedule(String name,
String description,
RecurrenceSet recurSet)
Constructs a new instance with the given RecurrenceSet.
|
Schedule(String name,
String displayNameKey,
String descriptionKey,
RecurrenceSet recurSet,
String[] resourceBundleIDs)
Constructs a new instance with the given RecurrenceSet and
associate resource bundles.
|