|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.activemq.filter.function.makeListFunction
public class makeListFunction
Filter function that creates a list with each argument being one element in the list. For example:
MAKELIST( '1', '2', '3' )
| Constructor Summary | |
|---|---|
makeListFunction()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public makeListFunction()
| Method Detail |
|---|
public boolean isValid(FunctionCallExpression expr)
isValid in interface FilterFunctionexpr - - the expression consisting of a call to this function.
public boolean returnsBoolean(FunctionCallExpression expr)
returnsBoolean in interface FilterFunctionexpr - - the expression consisting of a call to this function.
public Object evaluate(FunctionCallExpression expr,
MessageEvaluationContext message)
throws javax.jms.JMSException
evaluate in interface FilterFunctionexpr - - the expression consisting of a call to this function.message_ctx - - the context in which the call is being evaluated.
javax.jms.JMSException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||