public class ThreadRegistry
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ThreadRegistry.ThreadPoolThread
Stores the thread pool and ordinal.
|
| Constructor and Description |
|---|
ThreadRegistry() |
| Modifier and Type | Method and Description |
|---|---|
static void |
clear() |
static ThreadRegistry.ThreadPoolThread |
get() |
static void |
register(java.lang.String threadPool,
int threadPoolThread) |
static void |
register(java.lang.String threadPool,
int threadPoolThread,
long threadId) |
public static void register(java.lang.String threadPool,
int threadPoolThread)
public static void register(java.lang.String threadPool,
int threadPoolThread,
long threadId)
public static void clear()
public static ThreadRegistry.ThreadPoolThread get()
Copyright © 2011–2024 The Apache Software Foundation. All rights reserved.