org.apache.qpid.filter
Class JMSSelectorFilter

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

public class JMSSelectorFilter
extends Object
implements MessageFilter


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

Constructor Detail

JMSSelectorFilter

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

matches

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

getSelector

public String getSelector()


Licensed to the Apache Software Foundation