Skip navigation links


oracle.iam.scheduler.vo
Interface StoppableTask

All Superinterfaces:
oracle.iam.scheduler.vo.Task
All Known Implementing Classes:
AbstractReconTask, EntitlementReconTask, LookupReconTask, com.thortech.xl.scheduler.tasks.SchedulerBaseTask, SearchReconDeleteTask, SearchReconTask, SyncReconTask, TaskSupport

public interface StoppableTask
extends oracle.iam.scheduler.vo.Task

This object represents a Schedule task which can be stopped.


Method Summary
 boolean stop()
          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, setImplementation, setName, setTaskName

 

Method Detail

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

Skip navigation links


Copyright © 2015, Oracle and/or its affiliates. All rights reserved.