org.apache.activemq.filter.function
Class BuiltinFunctionRegistry
java.lang.Object
org.apache.activemq.filter.function.BuiltinFunctionRegistry
public class BuiltinFunctionRegistry
- extends Object
Registry of built-in functions. Add built-in functions to this list to make sure they are registered at startup.
Custom add-ons that are not built-in to the core ActiveMQ should not be listed here.
Use FunctionCallExpression.registerFunction() directly.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BuiltinFunctionRegistry
public BuiltinFunctionRegistry()
register
public static void register()
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.