Uses of Class
org.apache.sling.event.impl.EnvironmentComponent

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

Uses of EnvironmentComponent in org.apache.sling.event.impl
 

Fields in org.apache.sling.event.impl declared as EnvironmentComponent
protected  EnvironmentComponent AbstractRepositoryEventHandler.environment
          Environment component.
 

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

Methods in org.apache.sling.event.impl.jobs with parameters of type EnvironmentComponent
static void Utility.sendNotification(EnvironmentComponent environment, String topic, org.osgi.service.event.Event job, Long time)
          Helper method for sending the notification events.
 

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

Constructors in org.apache.sling.event.impl.jobs.queues with parameters of type EnvironmentComponent
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.