Uses of Interface
org.apache.sling.event.jobs.Job

Packages that use Job
org.apache.sling.event.impl.jobs   
org.apache.sling.event.impl.jobs.deprecated   
org.apache.sling.event.jobs   
org.apache.sling.event.jobs.consumer   
 

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

Classes in org.apache.sling.event.impl.jobs that implement Job
 class JobImpl
          This object encapsulates all information about a job.
 

Methods in org.apache.sling.event.impl.jobs that return Job
 Job JobManagerImpl.addJob(String topic, Map<String,Object> properties)
           
 Job JobManagerImpl.addJob(String topic, String name, Map<String,Object> properties)
           
 Job JobManagerImpl.getJob(String topic, Map<String,Object> template)
           
 Job JobManagerImpl.getJobById(String id)
           
 Job JobManagerImpl.getJobByName(String name)
           
 

Methods in org.apache.sling.event.impl.jobs that return types with arguments of type Job
 Collection<Job> JobManagerImpl.findJobs(JobManager.QueryType type, String topic, long limit, Map<String,Object>... templates)
           
 

Methods in org.apache.sling.event.impl.jobs with parameters of type Job
static void Utility.sendNotification(org.osgi.service.event.EventAdmin eventAdmin, String eventTopic, Job job, Long time)
          Helper method for sending the notification events.
static org.osgi.service.event.Event Utility.toEvent(Job job)
          Create an event from a job
static String Utility.toString(Job job)
          Improved toString method for a job.
 

Uses of Job in org.apache.sling.event.impl.jobs.deprecated
 

Methods in org.apache.sling.event.impl.jobs.deprecated with parameters of type Job
 JobConsumer.JobResult EventAdminBridge.process(Job job)
           
 

Uses of Job in org.apache.sling.event.jobs
 

Methods in org.apache.sling.event.jobs that return Job
 Job JobManager.addJob(String topic, Map<String,Object> properties)
          Add a new job If the topic is null or illegal, no job is created and null is returned.
 Job JobManager.addJob(String topic, String name, Map<String,Object> properties)
          Add a new job If the topic is null or illegal, no job is created and null is returned.
 Job JobManager.getJob(String topic, Map<String,Object> template)
          Find a job - either scheduled or active.
 Job JobManager.getJobById(String jobId)
           
 Job JobManager.getJobByName(String name)
           
 

Methods in org.apache.sling.event.jobs that return types with arguments of type Job
 Collection<Job> JobManager.findJobs(JobManager.QueryType type, String topic, long limit, Map<String,Object>... templates)
          Return all jobs either running or scheduled.
 

Uses of Job in org.apache.sling.event.jobs.consumer
 

Methods in org.apache.sling.event.jobs.consumer with parameters of type Job
 JobConsumer.JobResult JobConsumer.process(Job job)
          Execute the job.
 



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