Uses of Class
org.apache.activemq.filter.MessageEvaluationContext
Packages that use MessageEvaluationContext
Package
Description
Command objects used via the Command Pattern to communicate among nodes
Filter implementations for wildcards & JMS selectors
Filter Function implementations for JMS Selectors.
-
Uses of MessageEvaluationContext in org.apache.activemq.command
Methods in org.apache.activemq.command with parameters of type MessageEvaluationContextModifier and TypeMethodDescriptionNetworkBridgeFilter.evaluate(MessageEvaluationContext message) booleanNetworkBridgeFilter.matches(MessageEvaluationContext mec) protected booleanNetworkBridgeFilter.matchesForwardingFilter(Message message, MessageEvaluationContext mec) -
Uses of MessageEvaluationContext in org.apache.activemq.filter
Subclasses of MessageEvaluationContext in org.apache.activemq.filterModifier and TypeClassDescriptionclassNonCached version of the MessageEvaluationContextMethods in org.apache.activemq.filter with parameters of type MessageEvaluationContextModifier and TypeMethodDescriptionArithmeticExpression.evaluate(MessageEvaluationContext message) ComparisonExpression.evaluate(MessageEvaluationContext message) ConstantExpression.evaluate(MessageEvaluationContext message) DestinationFilter.evaluate(MessageEvaluationContext message) Expression.evaluate(MessageEvaluationContext message) FunctionCallExpression.evaluate(MessageEvaluationContext message_ctx) Evaluate the function call expression in the context given.abstract ObjectLogicExpression.evaluate(MessageEvaluationContext message) LogicExpression.ORExpression.evaluate(MessageEvaluationContext message) MultiExpressionEvaluator.CacheExpression.evaluate(MessageEvaluationContext message) voidMultiExpressionEvaluator.evaluate(MessageEvaluationContext message) Evaluates the message against all the Expressions added to this object.NoLocalExpression.evaluate(MessageEvaluationContext message) PropertyExpression.evaluate(MessageEvaluationContext message) XPathExpression.evaluate(MessageEvaluationContext message) XQueryExpression.evaluate(MessageEvaluationContext message) booleanBooleanExpression.matches(MessageEvaluationContext message) booleanBooleanFunctionCallExpr.matches(MessageEvaluationContext message_ctx) Evaluate the function call expression, in the given context, and return an indication of whether the expression "matches" (i.e. evaluates to true).booleanComparisonExpression.matches(MessageEvaluationContext message) booleanDestinationFilter.matches(MessageEvaluationContext message) abstract booleanLogicExpression.matches(MessageEvaluationContext message) booleanLogicExpression.ORExpression.matches(MessageEvaluationContext message) booleanNoLocalExpression.matches(MessageEvaluationContext message) booleanXPathExpression.matches(MessageEvaluationContext message) booleanXQueryExpression.matches(MessageEvaluationContext message) -
Uses of MessageEvaluationContext in org.apache.activemq.filter.function
Methods in org.apache.activemq.filter.function with parameters of type MessageEvaluationContextModifier and TypeMethodDescriptionFilterFunction.evaluate(FunctionCallExpression expr, MessageEvaluationContext message) Evaluate the function call in the given context.inListFunction.evaluate(FunctionCallExpression expr, MessageEvaluationContext message_ctx) Evalutate the given expression, which consists of a call to this function, in the context given.makeListFunction.evaluate(FunctionCallExpression expr, MessageEvaluationContext message) Evalutate the given expression, which consists of a call to this function, in the context given.regexMatchFunction.evaluate(FunctionCallExpression expr, MessageEvaluationContext message) Evalutate the given expression, which consists of a call to this function, in the context given.replaceFunction.evaluate(FunctionCallExpression expr, MessageEvaluationContext message_ctx) Evaluate the given expression for this function in the given context.splitFunction.evaluate(FunctionCallExpression expr, MessageEvaluationContext message_ctx) Evaluate the given expression for this function in the given context.