public class CPMThreadGroup extends ThreadGroup
| Constructor and Description |
|---|
CPMThreadGroup(String name)
Instantiates a new CPM thread group.
|
CPMThreadGroup(ThreadGroup parent,
String name)
Instantiates a new CPM thread group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup()
Cleanup.
|
void |
setListeners(ArrayList aListenerList)
Sets listeners to be used in notifications.
|
void |
setProcessTrace(org.apache.uima.util.ProcessTrace aProcessTrace)
Sets the process trace.
|
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, toStringpublic CPMThreadGroup(String name)
name - the namepublic 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(org.apache.uima.util.ProcessTrace aProcessTrace)
aProcessTrace - the new process tracepublic void uncaughtException(Thread t, Throwable e)
uncaughtException in interface Thread.UncaughtExceptionHandleruncaughtException in class ThreadGrouppublic void cleanup()
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.