Uses of Class
com.caucho.admin.thread.ThreadSnapshot

Packages that use ThreadSnapshot
com.caucho.admin.thread   
com.caucho.admin.thread.filter   
 

Uses of ThreadSnapshot in com.caucho.admin.thread
 

Methods in com.caucho.admin.thread with parameters of type ThreadSnapshot
 boolean ThreadActivityGroup.addIfMatches(ThreadSnapshot thread)
           
protected abstract  boolean AbstractThreadActivityReport.assignActivityCode(ThreadSnapshot thread)
           
protected  boolean DatabaseThreadActivityReport.assignActivityCode(ThreadSnapshot thread)
           
protected  boolean ResinThreadActivityReport.assignActivityCode(ThreadSnapshot threadSnapshot)
           
 

Uses of ThreadSnapshot in com.caucho.admin.thread.filter
 

Methods in com.caucho.admin.thread.filter with parameters of type ThreadSnapshot
 boolean AcceptThreadFilter.isMatch(ThreadSnapshot thread)
           
 boolean AnyThreadFilter.isMatch(ThreadSnapshot thread)
           
 boolean BlockedThreadFilter.isMatch(ThreadSnapshot thread)
           
 boolean CauchoThreadFilter.isMatch(ThreadSnapshot thread)
           
 boolean IdlePoolFilter.isMatch(ThreadSnapshot thread)
           
 boolean JniThreadFilter.isMatch(ThreadSnapshot thread)
           
 boolean NativeThreadFilter.isMatch(ThreadSnapshot thread)
           
 boolean PortThreadFilter.isMatch(ThreadSnapshot thread)
           
 boolean RunningThreadFilter.isMatch(ThreadSnapshot thread)
           
 boolean ThreadSnapshotFilter.isMatch(ThreadSnapshot thread)
           
 boolean WaitingThreadFilter.isMatch(ThreadSnapshot thread)