Uses of Interface
org.apache.activemq.filter.function.FilterFunction
Packages that use FilterFunction
Package
Description
Filter implementations for wildcards & JMS selectors
Filter Function implementations for JMS Selectors.
-
Uses of FilterFunction in org.apache.activemq.filter
Fields in org.apache.activemq.filter declared as FilterFunctionModifier and TypeFieldDescriptionprotected FilterFunctionFunctionCallExpression.filterFuncprotected FilterFunctionFunctionCallExpression.functionRegistration.filterFunctionMethods in org.apache.activemq.filter that return FilterFunctionModifier and TypeMethodDescriptionFunctionCallExpression.functionRegistration.getFilterFunction()Retrieve the filter function implementation.Methods in org.apache.activemq.filter with parameters of type FilterFunctionModifier and TypeMethodDescriptionstatic booleanFunctionCallExpression.registerFunction(String name, FilterFunction impl) Register the function with the specified name.voidFunctionCallExpression.functionRegistration.setFilterFunction(FilterFunction func) Set the filter function implementation for this registration.Constructors in org.apache.activemq.filter with parameters of type FilterFunctionModifierConstructorDescriptionConstructs a function registration for the given function implementation. -
Uses of FilterFunction in org.apache.activemq.filter.function
Classes in org.apache.activemq.filter.function that implement FilterFunctionModifier and TypeClassDescriptionclassFilter function that matches a value against a list of values and evaluates to an indicator of membership in the list.classFilter function that creates a list with each argument being one element in the list.classFilter function that matches a value against a regular expression.classFunction which replaces regular expression matches in a source string to a replacement literal.classFunction which splits a string into a list of strings given a regular expression for the separator.