org.apache.qpid.server.filter
Class NoConsumerFilter

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

public class NoConsumerFilter
extends Object
implements MessageFilter


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

NoConsumerFilter

public NoConsumerFilter()
                 throws org.apache.qpid.AMQException
Throws:
org.apache.qpid.AMQException
Method Detail

matches

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

toString

public String toString()
Overrides:
toString in class Object


Licensed to the Apache Software Foundation