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