Uses of Class
org.apache.sling.event.jobs.QueueConfiguration.Type

Packages that use QueueConfiguration.Type
org.apache.sling.event.impl.jobs.config   
org.apache.sling.event.jobs   
 

Uses of QueueConfiguration.Type in org.apache.sling.event.impl.jobs.config
 

Methods in org.apache.sling.event.impl.jobs.config that return QueueConfiguration.Type
 QueueConfiguration.Type InternalQueueConfiguration.getType()
           
 

Uses of QueueConfiguration.Type in org.apache.sling.event.jobs
 

Methods in org.apache.sling.event.jobs that return QueueConfiguration.Type
 QueueConfiguration.Type QueueConfiguration.getType()
          Return the queue type.
static QueueConfiguration.Type QueueConfiguration.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static QueueConfiguration.Type[] QueueConfiguration.Type.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.