public class NamePreservingRunnable extends Object implements Runnable
Runnable wrapper that preserves the name of the thread after the runnable is
complete (for Runnables that change the name of the Thread they use.)| Constructor and Description |
|---|
NamePreservingRunnable(Runnable runnable,
String newName) |
Copyright © 2004–2018 Apache MINA Project. All rights reserved.