|
|||||||||
| Home >> All >> org >> activemq >> [ filter overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.activemq.filter
Class LogicExpression

java.lang.Objectorg.activemq.filter.BinaryExpression
org.activemq.filter.LogicExpression
- All Implemented Interfaces:
- BooleanExpression, Expression
- public abstract class LogicExpression
- extends BinaryExpression
- implements BooleanExpression
- extends BinaryExpression
A filter performing a comparison of two objects
- Version:
- $Revision: 1.1.1.1 $
| Field Summary |
| Fields inherited from class org.activemq.filter.BinaryExpression |
left, right |
| Constructor Summary | |
LogicExpression(BooleanExpression left,
BooleanExpression right)
|
|
| Method Summary | |
static BooleanExpression |
createAND(BooleanExpression lvalue,
BooleanExpression rvalue)
|
static BooleanExpression |
createOR(BooleanExpression lvalue,
BooleanExpression rvalue)
|
abstract java.lang.Object |
evaluate(javax.jms.Message message)
|
| Methods inherited from class org.activemq.filter.BinaryExpression |
equals, getExpressionSymbol, getLeft, getRight, hashCode, setLeft, setRight, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
LogicExpression
public LogicExpression(BooleanExpression left, BooleanExpression right)
| Method Detail |
createOR
public static BooleanExpression createOR(BooleanExpression lvalue, BooleanExpression rvalue)
createAND
public static BooleanExpression createAND(BooleanExpression lvalue, BooleanExpression rvalue)
evaluate
public abstract java.lang.Object evaluate(javax.jms.Message message) throws javax.jms.JMSException
- Specified by:
evaluatein interfaceExpression
|
|||||||||
| Home >> All >> org >> activemq >> [ filter overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC