|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.activemq.filter.function.splitFunction
public class splitFunction
Function which splits a string into a list of strings given a regular expression for the separator.
| Constructor Summary | |
|---|---|
splitFunction()
|
|
| Method Summary | |
|---|---|
Object |
evaluate(FunctionCallExpression expr,
MessageEvaluationContext message_ctx)
Evaluate the given expression for this function in the given context. |
boolean |
isValid(FunctionCallExpression expr)
Check whether the given expression is valid for this function. |
boolean |
returnsBoolean(FunctionCallExpression expr)
Indicate that this function does not return a boolean value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public splitFunction()
| 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_ctx)
throws javax.jms.JMSException
evaluate in interface FilterFunctionexpr - - the expression consisting of a call to this function.
javax.jms.JMSException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||