Package | Description |
---|---|
org.apache.activemq.filter |
Filter implementations for wildcards & JMS selectors
|
org.apache.activemq.filter.function |
Filter Function implementations for JMS Selectors.
|
Modifier and Type | Field and Description |
---|---|
protected FilterFunction |
FunctionCallExpression.filterFunc |
protected FilterFunction |
FunctionCallExpression.functionRegistration.filterFunction |
Modifier and Type | Method and Description |
---|---|
FilterFunction |
FunctionCallExpression.functionRegistration.getFilterFunction()
Retrieve the filter function implementation.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
FunctionCallExpression.registerFunction(String name,
FilterFunction impl)
Register the function with the specified name.
|
void |
FunctionCallExpression.functionRegistration.setFilterFunction(FilterFunction func)
Set the filter function implementation for this registration.
|
Constructor and Description |
---|
FunctionCallExpression.functionRegistration(FilterFunction func)
Constructs a function registration for the given function implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
inListFunction
Filter function that matches a value against a list of values and evaluates to an indicator of membership in the
list.
|
class |
makeListFunction
Filter function that creates a list with each argument being one element in the list.
|
class |
regexMatchFunction
Filter function that matches a value against a regular expression.
|
class |
replaceFunction
Function which replaces regular expression matches in a source string to a replacement literal.
|
class |
splitFunction
Function which splits a string into a list of strings given a regular expression for the separator.
|
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.