Uses of Class
org.apache.sling.event.jobs.consumer.JobConsumer.JobResult

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

Uses of JobConsumer.JobResult in org.apache.sling.event.impl.jobs.deprecated
 

Methods in org.apache.sling.event.impl.jobs.deprecated that return JobConsumer.JobResult
 JobConsumer.JobResult EventAdminBridge.process(Job job)
           
 

Uses of JobConsumer.JobResult in org.apache.sling.event.jobs.consumer
 

Methods in org.apache.sling.event.jobs.consumer that return JobConsumer.JobResult
 JobConsumer.JobResult JobConsumer.process(Job job)
          Execute the job.
static JobConsumer.JobResult JobConsumer.JobResult.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JobConsumer.JobResult[] JobConsumer.JobResult.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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