org.apache.qpid.server.filter
Class JMSSelectorFilter

java.lang.Object
  extended by org.apache.qpid.server.filter.JMSSelectorFilter
All Implemented Interfaces:
MessageFilter

public class JMSSelectorFilter
extends Object
implements MessageFilter


Constructor Summary
JMSSelectorFilter(String selector)
           
 
Method Summary
 String getSelector()
           
 boolean matches(Filterable message)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JMSSelectorFilter

public JMSSelectorFilter(String selector)
                  throws org.apache.qpid.AMQInvalidArgumentException
Throws:
org.apache.qpid.AMQInvalidArgumentException
Method Detail

matches

public boolean matches(Filterable message)
Specified by:
matches in interface MessageFilter

getSelector

public String getSelector()

toString

public String toString()
Overrides:
toString in class Object


Licensed to the Apache Software Foundation