Class NotLikeOperator
- java.lang.Object
-
- net.timewalker.ffmq4.common.message.selector.expression.SelectorNode
-
- net.timewalker.ffmq4.common.message.selector.expression.operator.AbstractBinaryOperator
-
- net.timewalker.ffmq4.common.message.selector.expression.operator.LikeOperator
-
- net.timewalker.ffmq4.common.message.selector.expression.operator.NotLikeOperator
-
- All Implemented Interfaces:
ConditionalExpression
public class NotLikeOperator extends LikeOperator
NotLikeOperator
-
-
Field Summary
-
Fields inherited from class net.timewalker.ffmq4.common.message.selector.expression.operator.LikeOperator
escapeOperand
-
Fields inherited from class net.timewalker.ffmq4.common.message.selector.expression.operator.AbstractBinaryOperator
leftOperand, rightOperand
-
-
Constructor Summary
Constructors Constructor Description NotLikeOperator(SelectorNode leftOperand, SelectorNode rightOperand, SelectorNode escapeOperand)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectevaluate(javax.jms.Message message)Evaluate the nodeStringtoString()-
Methods inherited from class net.timewalker.ffmq4.common.message.selector.expression.operator.AbstractBinaryOperator
leftOperand, rightOperand
-
Methods inherited from class net.timewalker.ffmq4.common.message.selector.expression.SelectorNode
evaluateBoolean, evaluateNumeric, evaluateString, getNodeType, negate, parenthesize
-
-
-
-
Constructor Detail
-
NotLikeOperator
public NotLikeOperator(SelectorNode leftOperand, SelectorNode rightOperand, SelectorNode escapeOperand) throws javax.jms.InvalidSelectorException
Constructor- Throws:
javax.jms.InvalidSelectorException
-
-
Method Detail
-
evaluate
public Object evaluate(javax.jms.Message message) throws javax.jms.JMSException
Description copied from class:SelectorNodeEvaluate the node- Overrides:
evaluatein classLikeOperator- Throws:
javax.jms.JMSException
-
toString
public String toString()
- Overrides:
toStringin classLikeOperator
-
-