|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjetbrains.buildServer.util.ThreadUtil
public class ThreadUtil
Created by IntelliJ IDEA. User: kir Date: Jul 30, 2009
| Constructor Summary | |
|---|---|
ThreadUtil()
|
|
| Method Summary | |
|---|---|
static void |
shutdownNowAndWait(java.util.concurrent.ExecutorService service,
java.lang.String identifier)
|
static void |
sleep(long millis)
Sleeps for the specified time. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ThreadUtil()
| Method Detail |
|---|
public static void shutdownNowAndWait(java.util.concurrent.ExecutorService service,
java.lang.String identifier)
public static void sleep(long millis)
Does like the Thread.sleep(long) does but doesn't throw exceptions.
millis - sleeping time in milliseconds.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||