Uses of Class
org.mule.transport.quartz.jobs.AbstractJob

Packages that use AbstractJob
org.mule.transport.quartz.jobs   
 

Uses of AbstractJob in org.mule.transport.quartz.jobs
 

Subclasses of AbstractJob in org.mule.transport.quartz.jobs
 class CustomJob
          Extracts the Job object to invoke from the context.
 class EndpointPollingJob
          Will receive on an endpoint and dispatch it to the component set via the Receiver information.
 class EventGeneratorJob
          Will generate a new event based o the scheduled time.
 class PollEndpointJob
           
 class ScheduledDispatchJob
          Will dispatch the current message to a Mule endpoint at a later time.
 class StatefulCustomJob
          Same as CustomJob except the JobDetail state is persistent for each request and only one instance of the job will fire at any given trigger.
 class StatefulEndpointPollingJob
          Same as EndpointPollingJob except the JobDetail state is persistent for each request and only one instance of the job will fire at any given trigger.
 class StatefulEventGeneratorJob
          Same as EventGeneratorJob except the JobDetail state is persistent for each request and only one instance of the job will fire at any given trigger.
 class StatefulScheduledDispatchJob
          Same as ScheduledDispatchJob except the JobDetail state is persistent for each request and only one instance of the job will fire at any given trigger.
 



Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.