org.codehaus.activemq.filter
Class AndFilter
java.lang.Object
org.codehaus.activemq.filter.AndFilter
- All Implemented Interfaces:
- Filter
- public class AndFilter
- extends Object
- implements Filter
Represents a logical AND operation on two filters
- Version:
- $Revision: 1.1 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AndFilter
public AndFilter(Filter left,
Filter right)
matches
public boolean matches(Message message)
throws JMSException
- Specified by:
matches
in interface Filter
- Returns:
- true if this filter matches the given JMS message
- Throws:
JMSException
isWildcard
public boolean isWildcard()
- Specified by:
isWildcard
in interface Filter
- Returns:
- return true if this filter is a wildcard filter
and so can match multiple destinations
getLeft
public Filter getLeft()
getRight
public Filter getRight()
Copyright © 2004-2005 Protique, Ltd.. All Rights Reserved.