| java.lang.Object | ||
| ↳ | org.springframework.util.CustomizableThreadCreator | |
| ↳ | org.springframework.scheduling.concurrent.CustomizableThreadFactory | |
Known Direct Subclasses
|
Known Indirect Subclasses
|
Implementation of the JDK 1.5 java.util.concurrent.ThreadFactory interface, allowing for customizing the created threads (name, priority, etc).
See the base class CustomizableThreadCreator
for details on the available configuration options.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a new CustomizableThreadFactory with default thread name prefix.
| |||||||||||
Create a new CustomizableThreadFactory with the given thread name prefix.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.util.CustomizableThreadCreator
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.util.concurrent.ThreadFactory
| |||||||||||
Create a new CustomizableThreadFactory with default thread name prefix.
Create a new CustomizableThreadFactory with the given thread name prefix.
| threadNamePrefix | the prefix to use for the names of newly created threads |
|---|