Package com.soffid.iam.sync.service.ejb
Interface ScheduledTaskService
public interface ScheduledTaskService
EJB ScheduledTaskService
-
Method Summary
Modifier and TypeMethodDescriptioncreate(ScheduledTask task) booleanisStopping(ScheduledTask task) listServerTasks(String server) voidremove(ScheduledTask task) voidstartNow(ScheduledTask task) voidstop(ScheduledTask task) update(ScheduledTask task)
-
Method Details
-
isStopping
- Throws:
InternalErrorException
-
create
-
findById
- Throws:
InternalErrorException
-
load
- Throws:
InternalErrorException
-
update
-
listEnabledTasks
-
listServerTasks
List<ScheduledTask> listServerTasks(String server) throws InternalErrorException, InternalErrorException -
listTasks
-
remove
-
startNow
- Throws:
InternalErrorException
-
stop
- Throws:
InternalErrorException
-