public abstract class ThreadNamingRunnable
extends java.lang.Object
implements java.lang.Runnable
| 限定符和类型 | 字段和说明 |
|---|---|
protected java.lang.String |
threadNameSuffix
The suffix that will be appended to the thread name when the runnable is executing
|
| 构造器和说明 |
|---|
ThreadNamingRunnable(java.lang.String threadNameSuffix)
Create new ThreadNamingRunnable with the specified suffix
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
run() |
abstract void |
runInternal() |
protected final java.lang.String threadNameSuffix