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 IJobModifier and TypeMethodDescriptionScheduleManager.getSchedule
(String name) Configuration.getScheduledJob
(String name) Methods in org.frankframework.configuration that return types with arguments of type IJobModifier and TypeMethodDescriptionConfiguration.getScheduledJobs()
ScheduleManager.getSchedules()
ScheduleManager.getSchedulesList()
Methods in org.frankframework.configuration with parameters of type IJobModifier 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
Classes in org.frankframework.scheduler that implement IJobMethods in org.frankframework.scheduler that return IJobMethods in org.frankframework.scheduler that return types with arguments of type IJobMethods in org.frankframework.scheduler with parameters of type IJobModifier and TypeMethodDescriptionboolean
IbisJobDetail.compareWith
(IJob otherJobDef) void
SchedulerHelper.deleteTrigger
(IJob jobDef) void
SchedulerHelper.scheduleJob
(IJob jobdef) -
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
.