| Package | Description |
|---|---|
| COM.TIBCO.hawk.config.rbengine.schedule |
Provides classes for creating and processing schedules used in the rulebases of TIBCO Hawk agents.
|
| Modifier and Type | Method and Description |
|---|---|
Schedule |
Schedules.getSchedule(java.lang.String name)
Returns a schedule of the specified name.
|
Schedule[] |
Schedules.getSchedules()
Returns a list of schedules.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Schedules.addSchedule(Schedule schedule)
Adds a schedule to the current list of schedules.
|
void |
Schedules.removeSchedule(Schedule schedule)
Deprecated.
|
void |
Schedules.setSchedules(Schedule[] schedules)
Replaces the list of schedules with the specified list.
|
| Constructor and Description |
|---|
Schedules(Schedule[] schedules)
Creates a Schedules with the specifed name and list of schedules.
|
Copyright © 2000-2021 TIBCO Inc. All Rights Reserved.