Class BooleanFunctionCallExpr

    • Method Detail

      • matches

        public boolean matches​(MessageEvaluationContext message_ctx)
                        throws javax.jms.JMSException
        Evaluate the function call expression, in the given context, and return an indication of whether the expression "matches" (i.e. evaluates to true).
        Specified by:
        matches in interface BooleanExpression
        Parameters:
        message_ctx - - message context against which the expression will be evaluated.
        Returns:
        the boolean evaluation of the function call expression.
        Throws:
        javax.jms.JMSException