Uses of Class
org.apache.sling.event.impl.jobs.config.InternalQueueConfiguration

Packages that use InternalQueueConfiguration
org.apache.sling.event.impl.jobs   
org.apache.sling.event.impl.jobs.config   
org.apache.sling.event.impl.jobs.queues   
 

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

Methods in org.apache.sling.event.impl.jobs that return InternalQueueConfiguration
 InternalQueueConfiguration DefaultJobManager.getMainQueueConfiguration()
           
 

Uses of InternalQueueConfiguration in org.apache.sling.event.impl.jobs.config
 

Methods in org.apache.sling.event.impl.jobs.config that return InternalQueueConfiguration
static InternalQueueConfiguration InternalQueueConfiguration.fromConfiguration(Map<String,Object> params)
          Create a new configuration from a config
 InternalQueueConfiguration[] QueueConfigurationManager.getConfigurations()
          Return all configurations.
 InternalQueueConfiguration QueueConfigurationManager.getQueueConfiguration(JobEvent event)
          Find the queue configuration for the job.
 

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

Fields in org.apache.sling.event.impl.jobs.queues declared as InternalQueueConfiguration
protected  InternalQueueConfiguration AbstractJobQueue.configuration
          Configuration.
 

Methods in org.apache.sling.event.impl.jobs.queues that return InternalQueueConfiguration
 InternalQueueConfiguration AbstractJobQueue.getConfiguration()
          Return the queue configuration
 

Constructors in org.apache.sling.event.impl.jobs.queues with parameters of type InternalQueueConfiguration
AbstractJobQueue(String name, InternalQueueConfiguration config, EnvironmentComponent environment)
          Start this queue
AbstractParallelJobQueue(String name, InternalQueueConfiguration config, EnvironmentComponent env, Scheduler scheduler)
           
OrderedJobQueue(String name, InternalQueueConfiguration config, EnvironmentComponent env)
           
ParallelJobQueue(String name, InternalQueueConfiguration config, EnvironmentComponent env, Scheduler scheduler)
           
TopicRoundRobinJobQueue(String name, InternalQueueConfiguration config, EnvironmentComponent env, Scheduler scheduler)
           
 



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