public class IsNotNullOperator extends IsNullOperator
operand| Constructor and Description |
|---|
IsNotNullOperator(SelectorNode operand)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Object |
evaluate(javax.jms.Message message)
Evaluate the node
|
String |
toString() |
evaluateBoolean, evaluateNumeric, evaluateString, getNodeType, negate, parenthesizepublic IsNotNullOperator(SelectorNode operand) throws javax.jms.InvalidSelectorException
javax.jms.InvalidSelectorExceptionpublic Object evaluate(javax.jms.Message message) throws javax.jms.JMSException
SelectorNodeevaluate in class IsNullOperatorjavax.jms.JMSExceptionpublic String toString()
toString in class IsNullOperatorCopyright © 2021. All rights reserved.