com.caucho.admin.thread.filter
Class RunningThreadFilter

java.lang.Object
  extended by com.caucho.admin.thread.filter.RunningThreadFilter
All Implemented Interfaces:
ThreadSnapshotFilter

public class RunningThreadFilter
extends java.lang.Object
implements ThreadSnapshotFilter


Constructor Summary
RunningThreadFilter()
           
 
Method Summary
 boolean isMatch(ThreadSnapshot thread)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunningThreadFilter

public RunningThreadFilter()
Method Detail

isMatch

public boolean isMatch(ThreadSnapshot thread)
Specified by:
isMatch in interface ThreadSnapshotFilter