com.atlassian.bamboo.executor
Class NamedExecutors

java.lang.Object
  extended by com.atlassian.bamboo.executor.NamedExecutors

public class NamedExecutors
extends java.lang.Object

Class equivalent to Executors with support for naming of pooled threads


Method Summary
static java.util.concurrent.ScheduledExecutorService newScheduledThreadPool(int corePoolSize, java.lang.String poolName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newScheduledThreadPool

public static java.util.concurrent.ScheduledExecutorService newScheduledThreadPool(int corePoolSize,
                                                                                   java.lang.String poolName)


Copyright © 2012 Atlassian. All Rights Reserved.