public interface ThreadManager
ThreadDecorator
to allow it to alter their state.Modifier and Type | Method and Description |
---|---|
ThreadDecorator |
getThreadDecorator()
Gets the ThreadDecorator associated with this manager.
|
void |
setThreadDecorator(ThreadDecorator decorator)
Sets the ThreadDecorator associated this manager should use.
|
ThreadDecorator getThreadDecorator()
null
if there is none.void setThreadDecorator(ThreadDecorator decorator)
decorator
- the ThreadDecorator, or null
.Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.