public class Threads extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Threads.AbstractThreadListener |
static interface |
Threads.Task |
static class |
Threads.ThreadGroupManager |
static interface |
Threads.ThreadListener |
static class |
Threads.ThreadPoolManager |
| 构造器和说明 |
|---|
Threads() |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
addListener(Threads.ThreadListener listener) |
static Threads.ThreadGroupManager |
forGroup() |
static Threads.ThreadGroupManager |
forGroup(String name) |
static Threads.ThreadPoolManager |
forPool() |
static String |
getCallerClass() |
static void |
removeListener(Threads.ThreadListener listener) |
public static void addListener(Threads.ThreadListener listener)
public static Threads.ThreadGroupManager forGroup()
public static Threads.ThreadGroupManager forGroup(String name)
public static Threads.ThreadPoolManager forPool()
public static String getCallerClass()
public static void removeListener(Threads.ThreadListener listener)
Copyright © 2022. All rights reserved.