| Constructor and Description |
|---|
NamePreservingRunnable(Runnable runnable,
String newName)
Creates a new instance of NamePreservingRunnable.
|
| Modifier and Type | Method and Description |
|---|---|
void |
run()
Run the runnable after having renamed the current thread's name
to the new name.
|
Copyright © 2004–2017 Apache MINA Project. All rights reserved.