Package org.apache.activemq.artemis.selector.filter
Filter implementations for wildcards & JMS selectors
-
Interface Summary Interface Description BooleanExpression A BooleanExpression is an expression that always produces a Boolean result.Expression Represents an expressionFilterable A Filterable is the object being evaluated by the filters.XPathExpression.XPathEvaluator XPathExpression.XPathEvaluatorFactory -
Class Summary Class Description ArithmeticExpression An expression which performs an operation on two expression valuesBinaryExpression An expression which performs an operation on two expression values.ComparisonExpression A filter performing a comparison of two objectsConstantExpression Represents a constant expressionJAXPXPathEvaluator LogicExpression A filter performing a comparison of two objectsPropertyExpression Represents a property expressionUnaryExpression An expression which performs an operation on two expression valuesXPathExpression Used to evaluate an XPath Expression in a JMS selector.XQueryExpression Used to evaluate an XQuery Expression in a JMS selector. -
Exception Summary Exception Description FilterException