Uses of Class
org.apache.activemq.filter.MessageEvaluationContext
-
Packages that use MessageEvaluationContext Package Description org.apache.activemq.command Command objects used via the Command Pattern to communicate among nodesorg.apache.activemq.filter Filter implementations for wildcards & JMS selectorsorg.apache.activemq.filter.function Filter Function implementations for JMS Selectors. -
-
Uses of MessageEvaluationContext in org.apache.activemq.command
Methods in org.apache.activemq.command with parameters of type MessageEvaluationContext Modifier and Type Method Description ObjectNetworkBridgeFilter. 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.filter Modifier and Type Class Description classNonCachedMessageEvaluationContextNonCached version of the MessageEvaluationContextMethods in org.apache.activemq.filter with parameters of type MessageEvaluationContext Modifier and Type Method Description ObjectArithmeticExpression. evaluate(MessageEvaluationContext message)ObjectComparisonExpression. evaluate(MessageEvaluationContext message)ObjectConstantExpression. evaluate(MessageEvaluationContext message)ObjectDestinationFilter. evaluate(MessageEvaluationContext message)ObjectExpression. evaluate(MessageEvaluationContext message)ObjectFunctionCallExpression. evaluate(MessageEvaluationContext message_ctx)Evaluate the function call expression in the context given.abstract ObjectLogicExpression. evaluate(MessageEvaluationContext message)ObjectLogicExpression.ORExpression. evaluate(MessageEvaluationContext message)ObjectMultiExpressionEvaluator.CacheExpression. evaluate(MessageEvaluationContext message)voidMultiExpressionEvaluator. evaluate(MessageEvaluationContext message)Evaluates the message against all the Expressions added to this object.ObjectNoLocalExpression. evaluate(MessageEvaluationContext message)ObjectPropertyExpression. evaluate(MessageEvaluationContext message)ObjectXPathExpression. evaluate(MessageEvaluationContext message)ObjectXQueryExpression. 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 MessageEvaluationContext Modifier and Type Method Description ObjectFilterFunction. evaluate(FunctionCallExpression expr, MessageEvaluationContext message)Evaluate the function call in the given context.ObjectinListFunction. evaluate(FunctionCallExpression expr, MessageEvaluationContext message_ctx)Evalutate the given expression, which consists of a call to this function, in the context given.ObjectmakeListFunction. evaluate(FunctionCallExpression expr, MessageEvaluationContext message)Evalutate the given expression, which consists of a call to this function, in the context given.ObjectregexMatchFunction. evaluate(FunctionCallExpression expr, MessageEvaluationContext message)Evalutate the given expression, which consists of a call to this function, in the context given.ObjectreplaceFunction. evaluate(FunctionCallExpression expr, MessageEvaluationContext message_ctx)Evaluate the given expression for this function in the given context.ObjectsplitFunction. evaluate(FunctionCallExpression expr, MessageEvaluationContext message_ctx)Evaluate the given expression for this function in the given context.
-