Uses of Class
org.apache.activemq.artemis.selector.filter.FilterException
Packages that use FilterException
Package
Description
Filter implementations for wildcards & JMS selectors
-
Uses of FilterException in org.apache.activemq.artemis.selector.filter
Methods in org.apache.activemq.artemis.selector.filter that throw FilterExceptionModifier and TypeMethodDescriptionArithmeticExpression.evaluate(Filterable message) ComparisonExpression.evaluate(Filterable message) ConstantExpression.evaluate(Filterable message) Expression.evaluate(Filterable message) Returns the value of this expression.booleanJAXPXPathEvaluator.evaluate(Filterable m) abstract ObjectLogicExpression.evaluate(Filterable message) PropertyExpression.evaluate(Filterable message) XPathExpression.evaluate(Filterable message) booleanXPathExpression.XPathEvaluator.evaluate(Filterable message) XQueryExpression.evaluate(Filterable message) <T> TThis method is used by message filters which do content based routing (Like the XPath based selectors).booleanBooleanExpression.matches(Filterable message) Returnstrueif the expression evaluates toBoolean.TRUE.booleanComparisonExpression.matches(Filterable message) abstract booleanLogicExpression.matches(Filterable message) booleanXPathExpression.matches(Filterable message) Returns true if the expression evaluates to Boolean.TRUE.booleanXQueryExpression.matches(Filterable message) -
Uses of FilterException in org.apache.activemq.artemis.selector.impl
Methods in org.apache.activemq.artemis.selector.impl that throw FilterException