com.caucho.admin.thread.filter
Class PortThreadFilter

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

public class PortThreadFilter
extends java.lang.Object
implements ThreadSnapshotFilter


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

Constructor Detail

PortThreadFilter

public PortThreadFilter(java.lang.String port)
Method Detail

getPort

public java.lang.String getPort()

isMatch

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