|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BooleanExpression | |
org.activemq.filter | Filter implementations for wildcards & JMS selectors |
Uses of BooleanExpression in org.activemq.filter |
Classes in org.activemq.filter that implement BooleanExpression | |
class |
ComparisonExpression
A filter performing a comparison of two objects |
class |
LogicExpression
A filter performing a comparison of two objects |
class |
XPathExpression
Used to evaluate an XPath Expression in a JMS selector. |
class |
XQueryExpression
Used to evaluate an XQuery Expression in a JMS selector. |
Methods in org.activemq.filter with parameters of type BooleanExpression | |
static BooleanExpression |
LogicExpression.createOR(BooleanExpression lvalue,
BooleanExpression rvalue)
|
static BooleanExpression |
LogicExpression.createAND(BooleanExpression lvalue,
BooleanExpression rvalue)
|
static BooleanExpression |
UnaryExpression.createNOT(BooleanExpression left)
|
Constructors in org.activemq.filter with parameters of type BooleanExpression | |
LogicExpression(BooleanExpression left,
BooleanExpression right)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |