Interface StoppableTask

All Superinterfaces:
oracle.iam.scheduler.vo.Task
All Known Implementing Classes:
AbstractFlatFileReconTask, AbstractReconTask, ADSSOIntgGroupDeleteReconTask, ADSSOIntgGroupHierarchyReconTask, ADSSOIntgGroupHierarchySyncReconTask, ADSSOIntgGroupMembershipIncrementalReconTask, ADSSOIntgGroupMembershipReconTask, ADSSOIntgGroupReconTask, ADSSOIntgUserDeleteReconTask, ADSSOIntgUserReconTask, ConcurrentSearchReconTask, EntitlementReconTask, HierarchySearchReconTask, IntgUserReconTask, LookupReconTask, com.thortech.xl.scheduler.tasks.SchedulerBaseTask, SearchReconDeleteTask, SearchReconTask, SSOIntgGroupDeleteReconTask, SSOIntgGroupHierarchyReconTask, SSOIntgGroupHierarchySyncReconTask, SSOIntgGroupMembershipIncrementalReconTask, SSOIntgGroupMembershipReconTask, SSOIntgGroupReconTask, SSOIntgUserDeleteReconTask, SSOIntgUserReconTask, SyncReconTask, TaskSupport

public interface StoppableTask extends oracle.iam.scheduler.vo.Task
This object represents a Schedule task which can be stopped.
Author:
saggarwa
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    This method is used to stop a schedule task.

    Methods inherited from interface oracle.iam.scheduler.vo.Task

    execute, executeJob, getAttributes, getId, getImplementation, getName, getTaskName, isJobSuccess, setAttributes, setEmailConfig, setImplementation, setName, setTaskName
  • Method Details

    • stop

      boolean stop()
      This method is used to stop a schedule task. if schedule task is stopped without any error than return TRUE else FALSE.
      Returns:
      TRUE if schedule task is stopped otherwise FALSE