org.cip4.jdflib.util.thread
Class ThreadFilter
java.lang.Object
org.cip4.jdflib.util.thread.ThreadFilter
public class ThreadFilter
- extends Object
class to retrieve threads
- Author:
- rainer prosi
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThreadFilter
public ThreadFilter()
getThreads
public Vector<Thread> getThreads(String regexp)
- get a Vector of matching threads by name
- Parameters:
regexp - the expression to match against
- Returns:
getThread
public Thread getThread(String regexp,
int nSkip)
- get a Vector of matching threads by name
- Parameters:
regexp - the expression to match againstnSkip - which one?
- Returns:
Copyright © 2013. All Rights Reserved.