Interface BooleanExpression
- All Superinterfaces:
Expression
- All Known Implementing Classes:
BooleanFunctionCallExpr, ComparisonExpression, CompositeDestinationFilter, DestinationFilter, LogicExpression, LogicExpression.ORExpression, NetworkBridgeFilter, NoLocalExpression, PrefixDestinationFilter, SimpleDestinationFilter, WildcardDestinationFilter, XPathExpression, XQueryExpression
A BooleanExpression is an expression that always
produces a Boolean result.
-
Method Summary
Methods inherited from interface Expression
evaluate
-
Method Details
-
matches
- Parameters:
message-- Returns:
- true if the expression evaluates to Boolean.TRUE.
- Throws:
jakarta.jms.JMSException
-