org.apache.qpid.filter
Class ConstantExpression.BooleanConstantExpression

java.lang.Object
  extended by org.apache.qpid.filter.ConstantExpression
      extended by org.apache.qpid.filter.ConstantExpression.BooleanConstantExpression
All Implemented Interfaces:
BooleanExpression, Expression
Enclosing class:
ConstantExpression

static class ConstantExpression.BooleanConstantExpression
extends ConstantExpression
implements BooleanExpression


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.qpid.filter.ConstantExpression
ConstantExpression.BooleanConstantExpression
 
Field Summary
 
Fields inherited from class org.apache.qpid.filter.ConstantExpression
FALSE, NULL, TRUE
 
Constructor Summary
ConstantExpression.BooleanConstantExpression(Object value)
           
 
Method Summary
 boolean matches(AbstractJMSMessage message)
           
 
Methods inherited from class org.apache.qpid.filter.ConstantExpression
createFloat, createFromDecimal, createFromHex, createFromOctal, encodeString, equals, evaluate, getValue, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.qpid.filter.Expression
evaluate
 

Constructor Detail

ConstantExpression.BooleanConstantExpression

public ConstantExpression.BooleanConstantExpression(Object value)
Method Detail

matches

public boolean matches(AbstractJMSMessage message)
                throws org.apache.qpid.AMQInternalException
Specified by:
matches in interface BooleanExpression
Throws:
org.apache.qpid.AMQInternalException


Licensed to the Apache Software Foundation