Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.activemq.filter.function Classes and Interfaces - 10 results found.
NameDescriptionTypePackageFramework
BuiltinFunctionRegistryRegistry of built-in functions.Classorg.apache.activemq.filter.functionApache ActiveMQ
FilterFunctionInterface required for objects that will be registered as functions for use in selectors.Interfaceorg.apache.activemq.filter.functionApache ActiveMQ
FunctionCallExpressionFunction call expression for use in selector expressions.Classorg.apache.activemq.filterApache ActiveMQ
FunctionCallExpression .functionRegistrationMaintain a single function registration.Classorg.apache.activemq.filter.FunctionCallExpressionApache ActiveMQ
FunctionCallExpression .invalidFunctionExpressionExceptionException indicating that an invalid function call expression was created, usually by the selector parser.Classorg.apache.activemq.filter.FunctionCallExpressionApache ActiveMQ
inListFunctionFilter function that matches a value against a list of values and evaluates to an indicator of membership in the list.Classorg.apache.activemq.filter.functionApache ActiveMQ
makeListFunctionFilter function that creates a list with each argument being one element in the list.Classorg.apache.activemq.filter.functionApache ActiveMQ
regexMatchFunctionFilter function that matches a value against a regular expression.Classorg.apache.activemq.filter.functionApache ActiveMQ
replaceFunctionFunction which replaces regular expression matches in a source string to a replacement literal.Classorg.apache.activemq.filter.functionApache ActiveMQ
splitFunctionFunction which splits a string into a list of strings given a regular expression for the separator.Classorg.apache.activemq.filter.functionApache ActiveMQ