Class QueueServices


  • public class QueueServices
    extends Object
    The queue services class is a helper class containing all services used by the queue implementations. This avoids passing a set of separate objects.
    • Field Detail

      • eventAdmin

        public org.osgi.service.event.EventAdmin eventAdmin
      • threadPoolManager

        public org.apache.sling.commons.threads.ThreadPoolManager threadPoolManager
      • eventingThreadPool

        public org.apache.sling.commons.threads.ThreadPool eventingThreadPool
    • Constructor Detail

      • QueueServices

        public QueueServices()