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 © 2015 JBoss, a division of Red Hat. All rights reserved.