Package org.apache.sling.event.jobs

Interface Summary
Job A job Property Types In general all scalar types and all serializable classes are supported as property types.
JobManager The job manager is the heart of the job event handling.
JobProcessor Deprecated. - Use the new JobConsumer interface instead.
JobsIterator Deprecated. - Use the new JobManager.findJobs(org.apache.sling.event.jobs.JobManager.QueryType, java.lang.String, long, java.util.Map...) methods instead.
Queue This is a job queue processing job events.
QueueConfiguration The configuration of a queue.
Statistics Statistic information.
TopicStatistics Statistic information about a topic.
 

Class Summary
JobUtil The Job class is an utility class for creating and processing jobs.
 

Enum Summary
JobManager.QueryType The requested job types for the query.
JobUtil.JobPriority The priority for jobs.
QueueConfiguration.Type The queue type.
 



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