CalculateNextRuntime | Computes the next time of execution based on a given date |
CalculateNextRuntimeForSuspendedJob | Computes the next time to suspend this operation |
GetRecurrenceInterval | |
GetScheduleType | Retrieves the schedule type of this schedule The schedule type indicates whether it is recurring or a one time launch |
GetSettingsAsInt | Queries values for PT_SCHEDULE_SETTINGS |
GetSettingsAsString | Returns the value for a PT_SCHEDULE_SETTINGS in a String format |
GetStartTimestamp | Returns Start Timestamp. The timestamp is rounded to the nearest minute. |
GetUntilTimestamp | Returns final date after which job should not run |
IsTimeToSaveCheckpoint | A utility method used by the server to poll for checkpoint requests. |
IsTimeToSuspend | A utility method used by the server to poll for suspension requests. |
SetRecurrenceInterval | |
SetScheduleType | Sets the schedule type of this schedule The schedule type indicates whether it is recurring or a one time launch |
SetSettings | Overloaded. Sets the value for a PT_SCHEDULE_SETTINGS for interval or suspension mode. |
SetStartTimestamp | Sets Start Timestamp. The timestamp is rounded to the nearest minute. |
SetUntilTimestamp | Sets final date after which job should not run |
IPTSchedule Interface | com.plumtree.server Namespace