Class StringLiteralList
- java.lang.Object
-
- net.timewalker.ffmq4.common.message.selector.expression.SelectorNode
-
- net.timewalker.ffmq4.common.message.selector.expression.literal.StringLiteralList
-
- All Implemented Interfaces:
AtomicOperand
public final class StringLiteralList extends SelectorNode implements AtomicOperand
LiteralList
-
-
Constructor Summary
Constructors Constructor Description StringLiteralList(SelectorNode[] items)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectevaluate(javax.jms.Message message)Evaluate the nodeSelectorNode[]getItems()StringtoString()-
Methods inherited from class net.timewalker.ffmq4.common.message.selector.expression.SelectorNode
evaluateBoolean, evaluateNumeric, evaluateString, getNodeType, negate, parenthesize
-
-
-
-
Constructor Detail
-
StringLiteralList
public StringLiteralList(SelectorNode[] items) throws javax.jms.InvalidSelectorException
Constructor- Throws:
javax.jms.InvalidSelectorException
-
-
Method Detail
-
getItems
public final SelectorNode[] getItems()
- Returns:
- the items
-
evaluate
public Object evaluate(javax.jms.Message message) throws javax.jms.JMSException
Description copied from class:SelectorNodeEvaluate the node- Specified by:
evaluatein classSelectorNode- Throws:
javax.jms.JMSException
-
-