com.caucho.admin.thread.filter
Class AcceptThreadFilter

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

public class AcceptThreadFilter
extends java.lang.Object
implements ThreadSnapshotFilter


Constructor Summary
AcceptThreadFilter()
           
 
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

AcceptThreadFilter

public AcceptThreadFilter()
Method Detail

isMatch

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