public class ThreadIdentifier extends Object
ThreadUtils to map the Threads and make the corresponding
spawn and stop methods thread safe.| Constructor and Description |
|---|
ThreadIdentifier(String name)
The constructor simply stores the passed in name in the private property of this instance.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Getter of the name that was used to create this identifier.
|
public ThreadIdentifier(String name)
Thread, we still require to give one to be able to create
meaningful log messages.name - name of the Thread that get referenced by this identifier.Copyright © 2019. All rights reserved.