public interface ThreadDecorator
ThreadManager notifying
it that the thread has been created or released from use.| Modifier and Type | Method and Description |
|---|---|
void |
threadCreated(Thread thread)
Notification that
thread has just been created. |
void |
threadReleased(Thread thread)
Notification that
thread has just been released from use
(e.g. |
void threadCreated(Thread thread)
thread has just been created.thread - the threadvoid threadReleased(Thread thread)
thread has just been released from use
(e.g. returned to a thread pool after executing a task).thread - the threadCopyright © 2012 JBoss by Red Hat. All Rights Reserved.