com.quartzdesk.service.types.v5_0.scheduler.quartz
Class ObjectFactory

java.lang.Object
  extended by com.quartzdesk.service.types.v5_0.scheduler.quartz.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the com.quartzdesk.service.types.v5_0.scheduler.quartz package.

An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.


Constructor Summary
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.quartzdesk.service.types.v5_0.scheduler.quartz
 
Method Summary
 QuartzCalendar createQuartzCalendar()
          Create an instance of QuartzCalendar
 QuartzCalendarIntervalTrigger createQuartzCalendarIntervalTrigger()
          Create an instance of QuartzCalendarIntervalTrigger
 QuartzCronTrigger createQuartzCronTrigger()
          Create an instance of QuartzCronTrigger
 QuartzDailyTimeIntervalTrigger createQuartzDailyTimeIntervalTrigger()
          Create an instance of QuartzDailyTimeIntervalTrigger
 QuartzDateIntervalTrigger createQuartzDateIntervalTrigger()
          Create an instance of QuartzDateIntervalTrigger
 QuartzExecHistory createQuartzExecHistory()
          Create an instance of QuartzExecHistory
 QuartzExecNotificationRule createQuartzExecNotificationRule()
          Create an instance of QuartzExecNotificationRule
 QuartzExecutingJob createQuartzExecutingJob()
          Create an instance of QuartzExecutingJob
 QuartzJobChain createQuartzJobChain()
          Create an instance of QuartzJobChain
 QuartzJobChainTarget createQuartzJobChainTarget()
          Create an instance of QuartzJobChainTarget
 QuartzJobDataMap createQuartzJobDataMap()
          Create an instance of QuartzJobDataMap
 QuartzJobDataMapEntry createQuartzJobDataMapEntry()
          Create an instance of QuartzJobDataMapEntry
 QuartzJobDetail createQuartzJobDetail()
          Create an instance of QuartzJobDetail
 QuartzJobGroup createQuartzJobGroup()
          Create an instance of QuartzJobGroup
 QuartzJobListener createQuartzJobListener()
          Create an instance of QuartzJobListener
 QuartzMisfiredTrigger createQuartzMisfiredTrigger()
          Create an instance of QuartzMisfiredTrigger
 QuartzNthIncludedDayTrigger createQuartzNthIncludedDayTrigger()
          Create an instance of QuartzNthIncludedDayTrigger
 QuartzPlannedJobExecution createQuartzPlannedJobExecution()
          Create an instance of QuartzPlannedJobExecution
 QuartzPlannedJobExecutions createQuartzPlannedJobExecutions()
          Create an instance of QuartzPlannedJobExecutions
 QuartzScheduler createQuartzScheduler()
          Create an instance of QuartzScheduler
 QuartzSchedulerListener createQuartzSchedulerListener()
          Create an instance of QuartzSchedulerListener
 QuartzSimpleTrigger createQuartzSimpleTrigger()
          Create an instance of QuartzSimpleTrigger
 QuartzTrigger createQuartzTrigger()
          Create an instance of QuartzTrigger
 QuartzTriggerGroup createQuartzTriggerGroup()
          Create an instance of QuartzTriggerGroup
 QuartzTriggerListener createQuartzTriggerListener()
          Create an instance of QuartzTriggerListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.quartzdesk.service.types.v5_0.scheduler.quartz

Method Detail

createQuartzPlannedJobExecutions

public QuartzPlannedJobExecutions createQuartzPlannedJobExecutions()
Create an instance of QuartzPlannedJobExecutions


createQuartzTrigger

public QuartzTrigger createQuartzTrigger()
Create an instance of QuartzTrigger


createQuartzExecutingJob

public QuartzExecutingJob createQuartzExecutingJob()
Create an instance of QuartzExecutingJob


createQuartzTriggerGroup

public QuartzTriggerGroup createQuartzTriggerGroup()
Create an instance of QuartzTriggerGroup


createQuartzJobDetail

public QuartzJobDetail createQuartzJobDetail()
Create an instance of QuartzJobDetail


createQuartzJobGroup

public QuartzJobGroup createQuartzJobGroup()
Create an instance of QuartzJobGroup


createQuartzCalendar

public QuartzCalendar createQuartzCalendar()
Create an instance of QuartzCalendar


createQuartzJobDataMap

public QuartzJobDataMap createQuartzJobDataMap()
Create an instance of QuartzJobDataMap


createQuartzSimpleTrigger

public QuartzSimpleTrigger createQuartzSimpleTrigger()
Create an instance of QuartzSimpleTrigger


createQuartzExecHistory

public QuartzExecHistory createQuartzExecHistory()
Create an instance of QuartzExecHistory


createQuartzJobDataMapEntry

public QuartzJobDataMapEntry createQuartzJobDataMapEntry()
Create an instance of QuartzJobDataMapEntry


createQuartzExecNotificationRule

public QuartzExecNotificationRule createQuartzExecNotificationRule()
Create an instance of QuartzExecNotificationRule


createQuartzSchedulerListener

public QuartzSchedulerListener createQuartzSchedulerListener()
Create an instance of QuartzSchedulerListener


createQuartzDateIntervalTrigger

public QuartzDateIntervalTrigger createQuartzDateIntervalTrigger()
Create an instance of QuartzDateIntervalTrigger


createQuartzJobChainTarget

public QuartzJobChainTarget createQuartzJobChainTarget()
Create an instance of QuartzJobChainTarget


createQuartzNthIncludedDayTrigger

public QuartzNthIncludedDayTrigger createQuartzNthIncludedDayTrigger()
Create an instance of QuartzNthIncludedDayTrigger


createQuartzDailyTimeIntervalTrigger

public QuartzDailyTimeIntervalTrigger createQuartzDailyTimeIntervalTrigger()
Create an instance of QuartzDailyTimeIntervalTrigger


createQuartzMisfiredTrigger

public QuartzMisfiredTrigger createQuartzMisfiredTrigger()
Create an instance of QuartzMisfiredTrigger


createQuartzTriggerListener

public QuartzTriggerListener createQuartzTriggerListener()
Create an instance of QuartzTriggerListener


createQuartzJobChain

public QuartzJobChain createQuartzJobChain()
Create an instance of QuartzJobChain


createQuartzJobListener

public QuartzJobListener createQuartzJobListener()
Create an instance of QuartzJobListener


createQuartzCalendarIntervalTrigger

public QuartzCalendarIntervalTrigger createQuartzCalendarIntervalTrigger()
Create an instance of QuartzCalendarIntervalTrigger


createQuartzCronTrigger

public QuartzCronTrigger createQuartzCronTrigger()
Create an instance of QuartzCronTrigger


createQuartzPlannedJobExecution

public QuartzPlannedJobExecution createQuartzPlannedJobExecution()
Create an instance of QuartzPlannedJobExecution


createQuartzScheduler

public QuartzScheduler createQuartzScheduler()
Create an instance of QuartzScheduler



Copyright © 2013–2017 QuartzDesk.com. All rights reserved.