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