Package org.apache.mina.util
Class NamePreservingRunnable
- java.lang.Object
-
- org.apache.mina.util.NamePreservingRunnable
-
-
Constructor Summary
Constructors Constructor Description NamePreservingRunnable(Runnable runnable, String newName)
Creates a new instance of NamePreservingRunnable.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
Run the runnable after having renamed the current thread's name to the new name.
-