org.jgroups.util
public interface ThreadDecorator
ThreadManager
notifying
it that the thread has been created or released from use.Modifier and Type | Method and Description |
---|---|
void |
threadCreated(java.lang.Thread thread)
Notification that
thread has just been created. |
void |
threadReleased(java.lang.Thread thread)
Notification that
thread has just been released from use
(e.g. |
void threadCreated(java.lang.Thread thread)
thread
has just been created.thread
- the threadvoid threadReleased(java.lang.Thread thread)
thread
has just been released from use
(e.g. returned to a thread pool after executing a task).thread
- the threadCopyright © 1998-2009 Bela Ban / Red Hat. All Rights Reserved.