public class makeListFunction extends Object implements FilterFunction
MAKELIST( '1', '2', '3' )
Constructor and Description |
---|
makeListFunction() |
Modifier and Type | Method and Description |
---|---|
Object |
evaluate(FunctionCallExpression expr,
MessageEvaluationContext message)
Evalutate the given expression, which consists of a call to this function, in the context given.
|
boolean |
isValid(FunctionCallExpression expr)
Check whether the given expression is a valid call of this function.
|
boolean |
returnsBoolean(FunctionCallExpression expr)
Indicate that this function never evaluates to a Boolean result.
|
public makeListFunction()
public boolean isValid(FunctionCallExpression expr)
isValid
in interface FilterFunction
expr
- - the expression consisting of a call to this function.public boolean returnsBoolean(FunctionCallExpression expr)
returnsBoolean
in interface FilterFunction
expr
- - the expression consisting of a call to this function.public Object evaluate(FunctionCallExpression expr, MessageEvaluationContext message) throws JMSException
evaluate
in interface FilterFunction
expr
- - the expression consisting of a call to this function.message_ctx
- - the context in which the call is being evaluated.JMSException
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.