Class Identifier
- java.lang.Object
-
- net.timewalker.ffmq4.common.message.selector.expression.SelectorNode
-
- net.timewalker.ffmq4.common.message.selector.expression.Identifier
-
- All Implemented Interfaces:
ArithmeticExpression,AtomicOperand,ConditionalExpression
public final class Identifier extends SelectorNode implements AtomicOperand, ConditionalExpression, ArithmeticExpression
Implementation for a message selector language Identifier node.
-
-
Constructor Summary
Constructors Constructor Description Identifier(String name)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectevaluate(javax.jms.Message message)Evaluate the nodeStringgetName()StringtoString()-
Methods inherited from class net.timewalker.ffmq4.common.message.selector.expression.SelectorNode
evaluateBoolean, evaluateNumeric, evaluateString, getNodeType, negate, parenthesize
-
-
-
-
Constructor Detail
-
Identifier
public Identifier(String name)
Constructor
-
-
Method Detail
-
getName
public String getName()
- Returns:
- the name
-
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
-
-