Package org.cip4.jdflib.util.thread
Class ThreadFilter
java.lang.Object
org.cip4.jdflib.util.thread.ThreadFilter
class to retrieve threads
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget a Vector of matching threads by namegetThreads(String regexp) get a Vector of matching threads by nameint
-
Constructor Details
-
ThreadFilter
public ThreadFilter()
-
-
Method Details
-
getThreads
get a Vector of matching threads by name- Parameters:
regexp- the expression to match against- Returns:
-
getThread
get a Vector of matching threads by name- Parameters:
regexp- the expression to match againstnSkip- which one?- Returns:
-
numThreads
public int numThreads()- Returns:
- the total number of available threads
-