Uses of Interface
org.apache.activemq.filter.BooleanExpression
-
Packages that use BooleanExpression Package Description org.apache.activemq.command Command objects used via the Command Pattern to communicate among nodesorg.apache.activemq.filter Filter implementations for wildcards & JMS selectorsorg.apache.activemq.selector JMS Selector implemetnation -
-
Uses of BooleanExpression in org.apache.activemq.command
Classes in org.apache.activemq.command that implement BooleanExpression Modifier and Type Class Description classNetworkBridgeFilterFields in org.apache.activemq.command declared as BooleanExpression Modifier and Type Field Description protected BooleanExpressionConsumerInfo. additionalPredicateMethods in org.apache.activemq.command that return BooleanExpression Modifier and Type Method Description BooleanExpressionConsumerInfo. getAdditionalPredicate()A transient additional predicate that can be used it inject additional predicates into the selector on the fly.Methods in org.apache.activemq.command with parameters of type BooleanExpression Modifier and Type Method Description voidConsumerInfo. setAdditionalPredicate(BooleanExpression additionalPredicate) -
Uses of BooleanExpression in org.apache.activemq.filter
Classes in org.apache.activemq.filter that implement BooleanExpression Modifier and Type Class Description classBooleanFunctionCallExprFunction call expression that evaluates to a boolean value.classComparisonExpressionA filter performing a comparison of two objectsclassCompositeDestinationFilterADestinationFilterused for composite destinationsclassDestinationFilterRepresents a filter which only operates on DestinationsclassLogicExpressionA filter performing a comparison of two objectsclassNoLocalExpressionclassPrefixDestinationFilterMatches messages which match a prefix like "A.B.>"classSimpleDestinationFilterMatches messages sent to an exact destinationclassWildcardDestinationFilterMatches messages which contain wildcards like "A.B.*.*"classXPathExpressionUsed to evaluate an XPath Expression in a JMS selector.classXQueryExpressionUsed to evaluate an XQuery Expression in a JMS selector.Methods in org.apache.activemq.filter with parameters of type BooleanExpression Modifier and Type Method Description static BooleanExpressionLogicExpression. createAND(BooleanExpression lvalue, BooleanExpression rvalue)static BooleanExpressionUnaryExpression. createNOT(BooleanExpression left)static BooleanExpressionLogicExpression. createOR(BooleanExpression lvalue, BooleanExpression rvalue)Constructors in org.apache.activemq.filter with parameters of type BooleanExpression Constructor Description LogicExpression(BooleanExpression left, BooleanExpression right) -
Uses of BooleanExpression in org.apache.activemq.selector
Methods in org.apache.activemq.selector that return BooleanExpression Modifier and Type Method Description BooleanExpressionSelectorParser. JmsSelector()protected BooleanExpressionSelectorParser. parse()static BooleanExpressionSelectorParser. parse(String sql)
-