org.activemq.filter
Class ExpressionFilter
java.lang.Object
org.activemq.filter.ExpressionFilter
- All Implemented Interfaces:
- Filter
public class ExpressionFilter
- extends Object
- implements Filter
Represents a filter using an expression
- Version:
- $Revision: 1.1.1.1 $
ExpressionFilter
public ExpressionFilter(Expression expression)
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
getExpression
public Expression getExpression()
- Returns:
- Returns the expression.
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2004-2010 Protique, Ltd.. All Rights Reserved.