Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.activemq.filter
Class NotFilter  view NotFilter download NotFilter.java

java.lang.Object
  extended byorg.activemq.filter.NotFilter
All Implemented Interfaces:
Filter

public class NotFilter
extends java.lang.Object
implements Filter

Represents a logical not operation on another filter

Version:
$Revision: 1.1.1.1 $

Field Summary
private  Filter filter
           
 
Constructor Summary
NotFilter(Filter filter)
           
 
Method Summary
 boolean isWildcard()
           
 boolean matches(javax.jms.Message message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

filter

private Filter filter
Constructor Detail

NotFilter

public NotFilter(Filter filter)
Method Detail

matches

public boolean matches(javax.jms.Message message)
                throws javax.jms.JMSException
Specified by:
matches in interface Filter

isWildcard

public boolean isWildcard()
Specified by:
isWildcard in interface Filter