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 TypeMethodDescriptionvoidScheduleManager.addScheduledJob(IJob job) Job that is executed periodically.booleanIbisJobDetail.compareWith(IJob otherJobDef) voidSchedulerHelper.deleteTrigger(IJob jobDef) voidSchedulerHelper.scheduleJob(IJob jobdef) voidScheduleManager.unRegister(IJob job)  - 
Uses of IJob in org.frankframework.scheduler.job
Classes in org.frankframework.scheduler.job that implement IJobModifier and TypeClassDescriptionclassJob which can stop/start adapters and receivers.classFrank!classFrank!classFrank!classclassScheduled job to execute JDBC Queries using aFixedQuerySender.classDeprecated, for removal: This API element is subject to removal in a future version.classDeprecated.class1.classFrank!classScheduled job to send messages to aFrankListener.