public class ThreadTrackingGroup extends ThreadGroup
ThreadGroup that tracks the creation and termination of threads.| Constructor and Description |
|---|
ThreadTrackingGroup(ThreadGroup parent,
ThreadLifecycleListener listener) |
activeCount, activeGroupCount, allowThreadSuspension, checkAccess, destroy, enumerate, enumerate, enumerate, enumerate, getMaxPriority, getName, getParent, interrupt, isDaemon, isDestroyed, list, parentOf, resume, setDaemon, setMaxPriority, stop, suspend, toString, uncaughtExceptionpublic ThreadTrackingGroup(ThreadGroup parent, ThreadLifecycleListener listener)
Copyright © 2016. All rights reserved.