Uses of Class
com.atlassian.util.concurrent.ThreadFactories.Type

Packages that use ThreadFactories.Type
com.atlassian.util.concurrent   
 

Uses of ThreadFactories.Type in com.atlassian.util.concurrent
 

Methods in com.atlassian.util.concurrent that return ThreadFactories.Type
static ThreadFactories.Type ThreadFactories.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ThreadFactories.Type[] ThreadFactories.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.util.concurrent with parameters of type ThreadFactories.Type
static java.util.concurrent.ThreadFactory ThreadFactories.namedThreadFactory(java.lang.String name, ThreadFactories.Type type)
          Get a ThreadFactory with the required name prefix and type (user or daemon).
static java.util.concurrent.ThreadFactory ThreadFactories.namedThreadFactory(java.lang.String name, ThreadFactories.Type type, int priority)
          Get a ThreadFactory with the required name prefix, type and priority.
 ThreadFactories.Builder ThreadFactories.Builder.type(ThreadFactories.Type type)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.