Class IbisJobDetail

java.lang.Object
org.quartz.impl.JobDetailImpl
org.frankframework.scheduler.IbisJobDetail
All Implemented Interfaces:
Serializable, Cloneable, org.quartz.JobDetail

public class IbisJobDetail extends org.quartz.impl.JobDetailImpl
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static enum 
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    compareWith(IJob otherJobDef)
     
     
     
    void
     

    Methods inherited from class org.quartz.impl.JobDetailImpl

    clone, equals, getDescription, getFullName, getGroup, getJobBuilder, getJobClass, getJobDataMap, getKey, getName, hashCode, isConcurrentExectionDisallowed, isDurable, isPersistJobDataAfterExecution, requestsRecovery, setDescription, setDurability, setGroup, setJobClass, setJobDataMap, setKey, setName, setRequestsRecovery, toString

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • IbisJobDetail

      public IbisJobDetail()
  • Method Details