public interface NamedRunnableI
extends java.lang.Runnable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the name of this NamedRunnableI.
|
void |
storePreviousThreadName(java.lang.String s)
Stores the previous name of the Thread this NamedRunnableI is executed in,
so we can restore it after the execution is done (e.g. in the finally block
of our run method, to avoid any confusion in Thread dumps due to outdated
Thread names of idle Threads in the pool.
|
java.lang.String getName()
void storePreviousThreadName(java.lang.String s)
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.