org.apache.activemq.filter
Class NoLocalExpression
java.lang.Object
org.apache.activemq.filter.NoLocalExpression
- All Implemented Interfaces:
- BooleanExpression, Expression
public class NoLocalExpression
- extends Object
- implements BooleanExpression
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoLocalExpression
public NoLocalExpression(String connectionId)
matches
public boolean matches(MessageEvaluationContext message)
throws javax.jms.JMSException
- Specified by:
matches
in interface BooleanExpression
- Returns:
- true if the expression evaluates to Boolean.TRUE.
- Throws:
javax.jms.JMSException
evaluate
public Object evaluate(MessageEvaluationContext message)
throws javax.jms.JMSException
- Specified by:
evaluate
in interface Expression
- Returns:
- the value of this expression
- Throws:
javax.jms.JMSException
Copyright © 2011 Apache Software Foundation. All Rights Reserved.