public class ThreadFilter
extends java.lang.Object
| Constructor and Description |
|---|
ThreadFilter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Thread |
getThread(java.lang.String regexp,
int nSkip)
get a Vector of matching threads by name
|
java.util.Vector<java.lang.Thread> |
getThreads(java.lang.String regexp)
get a Vector of matching threads by name
|
int |
numThreads() |
public java.util.Vector<java.lang.Thread> getThreads(java.lang.String regexp)
regexp - the expression to match againstpublic java.lang.Thread getThread(java.lang.String regexp,
int nSkip)
regexp - the expression to match againstnSkip - which one?public int numThreads()