public class CPMThreadGroup extends ThreadGroup
Constructor and Description |
---|
CPMThreadGroup(String name) |
CPMThreadGroup(ThreadGroup parent,
String name) |
Modifier and Type | Method and Description |
---|---|
void |
cleanup() |
void |
setListeners(ArrayList aListenerList)
Sets listeners to be used in notifications
|
void |
setProcessTrace(ProcessTrace aProcessTrace) |
void |
uncaughtException(Thread t,
Throwable e) |
activeCount, activeGroupCount, allowThreadSuspension, checkAccess, destroy, enumerate, enumerate, enumerate, enumerate, getMaxPriority, getName, getParent, interrupt, isDaemon, isDestroyed, list, parentOf, resume, setDaemon, setMaxPriority, stop, suspend, toString
public CPMThreadGroup(String name)
name
- public CPMThreadGroup(ThreadGroup parent, String name)
parent
- -
parent thread groupname
- -
name of this thread grouppublic void setListeners(ArrayList aListenerList)
aListenerList
- -
list of registered listnerspublic void setProcessTrace(ProcessTrace aProcessTrace)
public void uncaughtException(Thread t, Throwable e)
uncaughtException
in interface Thread.UncaughtExceptionHandler
uncaughtException
in class ThreadGroup
public void cleanup()
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.