Uses of Interface
org.frankframework.scheduler.job.IJob
Packages that use IJob
Package
Description
-
Uses of IJob in org.frankframework.configuration
Methods in org.frankframework.configuration that return IJobMethods in org.frankframework.configuration that return types with arguments of type IJobMethods in org.frankframework.configuration with parameters of type IJob -
Uses of IJob in org.frankframework.scheduler
Classes in org.frankframework.scheduler that implement IJobMethods in org.frankframework.scheduler that return IJobModifier and TypeMethodDescriptionIbisJobDetail.getJobDef()
ScheduleManager.getSchedule
(String name) Methods in org.frankframework.scheduler that return types with arguments of type IJobModifier and TypeMethodDescriptionScheduleManager.getSchedules()
ScheduleManager.getSchedulesList()
Methods in org.frankframework.scheduler with parameters of type IJobModifier and TypeMethodDescriptionvoid
ScheduleManager.addScheduledJob
(IJob job) Job that is executed periodically.boolean
IbisJobDetail.compareWith
(IJob otherJobDef) void
SchedulerHelper.deleteTrigger
(IJob jobDef) void
SchedulerHelper.scheduleJob
(IJob jobdef) void
ScheduleManager.unRegister
(IJob job) -
Uses of IJob in org.frankframework.scheduler.job
Classes in org.frankframework.scheduler.job that implement IJobModifier 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
.