public class Threads extends Object
| Modifier and Type | Method and Description |
|---|---|
static List<Thread> |
currentThreads() |
static void |
moreAccurateSleep(int millis) |
static void |
postShutdownCheck(Collection<Thread> preExistingThreads) |
static void |
preShutdownCheck(Collection<Thread> preExistingThreads) |
public static void preShutdownCheck(Collection<Thread> preExistingThreads) throws InterruptedException
InterruptedExceptionpublic static void postShutdownCheck(Collection<Thread> preExistingThreads) throws InterruptedException
InterruptedExceptionpublic static void moreAccurateSleep(int millis)
throws InterruptedException
InterruptedExceptionCopyright © 2011–2015 Glowroot contributors. All rights reserved.