Class ThreadHelper
java.lang.Object
org.exoplatform.social.common.service.utils.ThreadHelper
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic StringresolveThreadName(String pattern, String name) Creates a new thread name with the given pattern
-
Field Details
-
DEFAULT_PATTERN
- See Also:
-
-
Method Details
-
resolveThreadName
Creates a new thread name with the given pattern- Parameters:
pattern- the patternname- the name- Returns:
- the thread name, which is unique
-