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 | Class and Description |
---|---|
class |
Period
A Period defines the time intervals, days or months
that should be included or excluded in a schedule.
|
class |
PeriodGroup
A PeriodGroup is a logical group of Periods useful for defining an asbtract group of
Periods.
|
class |
PeriodGroupReference
A PeriodGroupReference object references to a PeriodGroup in the Schedules.
|
Modifier and Type | Method and Description |
---|---|
Scheduleable[] |
Schedule.getExclusionPeriods()
Returns all exclusion periods in this Schedule.
|
Scheduleable[] |
Schedule.getInclusionPeriods()
Returns all inclusion periods in this Schedule.
|
Modifier and Type | Method and Description |
---|---|
void |
Schedule.addExclusionPeriod(Scheduleable period)
Adds an period to existing a list of exclusion periods.
|
void |
Schedule.addInclusionPeriod(Scheduleable period)
Adds an inclusion periods to existing a list of inclusion periods.
|
void |
Schedule.removeExclusionPeriod(Scheduleable period)
Removes an period from existing a list of exclusion periods.
|
void |
Schedule.removeInclusionPeriod(Scheduleable period)
Removes an period from existing a list of inclusion periods.
|
Constructor and Description |
---|
Schedule(java.lang.String name,
Scheduleable[] inclusionPeriods,
Scheduleable[] exclusionPeriods)
Deprecated.
|
Schedule(java.lang.String name,
Scheduleable[] inclusionPeriods,
Scheduleable[] exclusionPeriods)
Deprecated.
|
Copyright © 2000-2019 TIBCO Inc. All Rights Reserved.