Uses of Interface
org.apache.sling.event.impl.jobs.JobStatusNotifier

Packages that use JobStatusNotifier
org.apache.sling.event.impl.jobs   
org.apache.sling.event.impl.jobs.queues   
 

Uses of JobStatusNotifier in org.apache.sling.event.impl.jobs
 

Methods in org.apache.sling.event.impl.jobs that return JobStatusNotifier
 JobStatusNotifier JobStatusNotifier.NotifierContext.getJobStatusNotifier()
           
 

Constructors in org.apache.sling.event.impl.jobs with parameters of type JobStatusNotifier
JobStatusNotifier.NotifierContext(JobStatusNotifier n)
           
 

Uses of JobStatusNotifier in org.apache.sling.event.impl.jobs.queues
 

Classes in org.apache.sling.event.impl.jobs.queues that implement JobStatusNotifier
 class AbstractJobQueue
          The job blocking queue extends the blocking queue by some functionality for the job event handling.
 class AbstractParallelJobQueue
          Abstract base class for a parallel processing job queue.
 class OrderedJobQueue
          An ordered job queue is processing the queue FIFO in a serialized way.
 class ParallelJobQueue
          The default parallel job queue processing the entries FIFO.
 class TopicRoundRobinJobQueue
          This queue acts similar to the parallel job queue.
 



Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.