com.caucho.admin.thread.filter
Class IdlePoolFilter

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

public class IdlePoolFilter
extends java.lang.Object
implements ThreadSnapshotFilter


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

IdlePoolFilter

public IdlePoolFilter()
Method Detail

isMatch

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