org.cip4.jdflib.util.thread
Class ThreadFilter

java.lang.Object
  extended by org.cip4.jdflib.util.thread.ThreadFilter

public class ThreadFilter
extends Object

class to retrieve threads

Author:
rainer prosi

Constructor Summary
ThreadFilter()
           
 
Method Summary
 Thread getThread(String regexp, int nSkip)
          get a Vector of matching threads by name
 Vector<Thread> getThreads(String regexp)
          get a Vector of matching threads by name
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadFilter

public ThreadFilter()
Method Detail

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 against
nSkip - which one?
Returns:


Copyright © 2013. All Rights Reserved.