Uses of Interface
org.frankframework.scheduler.job.IJob
Package
Description
-
Uses of IJob in org.frankframework.configuration
Modifier and TypeMethodDescriptionScheduleManager.getSchedule
(String name) Configuration.getScheduledJob
(String name) Modifier and TypeMethodDescriptionConfiguration.getScheduledJobs()
ScheduleManager.getSchedules()
ScheduleManager.getSchedulesList()
Modifier and TypeMethodDescriptionvoid
Configuration.addScheduledJob
(IJob jobdef) Deprecated.void
ScheduleManager.addScheduledJob
(IJob job) Job that is executed periodically.void
ScheduleManager.unRegister
(IJob job) -
Uses of IJob in org.frankframework.scheduler
Modifier and TypeMethodDescriptionboolean
IbisJobDetail.compareWith
(IJob otherJobDef) void
SchedulerHelper.deleteTrigger
(IJob jobDef) SchedulerAdapter.getJobMessages
(IJob jobdef) Deprecated, for removal: This API element is subject to removal in a future version.AbstractJob.getLogPrefix
(IJob jobDef) void
SchedulerHelper.scheduleJob
(IJob jobdef) -
Uses of IJob in org.frankframework.scheduler.job
Modifier and TypeClassDescriptionclass
Job which can stop/start adapters and receivers.class
Frank!class
Frank!class
Frank!class
class
Scheduled job to execute JDBC Queries using aFixedQuerySender
.class
Deprecated, for removal: This API element is subject to removal in a future version.class
Deprecated.class
1.class
Frank!class
Scheduled job to send messages to aFrankListener
.