Package org.activemq.filter

Filter implementations for wildcards & JMS selectors

See:
          Description

Interface Summary
BooleanExpression A BooleanExpression is an expression that always produces a Boolean result.
Expression Represents an expression
Filter Represents a subscription filter
FilterFactory A factory of subscription Filter objects
XPathExpression.XPathEvaluator  
 

Class Summary
AndFilter Represents a logical AND operation on two filters
ArithmeticExpression An expression which performs an operation on two expression values
BinaryExpression An expression which performs an operation on two expression values.
ComparisonExpression A filter performing a comparison of two objects
CompositeDestinationFilter A DestinationFilter used for composite destinations
ConstantExpression Represents a constant expression
DestinationFilter Represents a filter which only operates on Destinations
DestinationMap A Map-like data structure allowing values to be indexed by ActiveMQDestination and retrieved by destination - supporting both * and > style of wildcard as well as composite destinations.
DestinationMapNode An implementation class used to implement DestinationMap
DestinationPath Helper class for decomposing a Destination into a number of paths
ExpressionFilter Represents a filter using an expression
FilterFactoryImpl A default implementation
JAXPXPathEvaluator  
LogicExpression A filter performing a comparison of two objects
MultiExpressionEvaluator A MultiExpressionEvaluator is used to evaluate multiple expressions in single method call.
NoLocalFilter Checks that messages are not filtered by NoLocal
NotFilter Represents a logical not operation on another filter
OrFilter Represents a logical OR operation on two filters
PrefixDestinationFilter Matches messages which match a prefix like "A.B.>"
PropertyExpression Represents a property expression
SimpleDestinationFilter Matches messages sent to an exact destination
UnaryExpression An expression which performs an operation on two expression values
WildcardDestinationFilter Matches messages which contain wildcards like "A.B.*.*"
XalanXPathEvaluator  
XMLBeansXPathEvaluator  
XPathExpression Used to evaluate an XPath Expression in a JMS selector.
XQueryExpression Used to evaluate an XQuery Expression in a JMS selector.
 

Package org.activemq.filter Description

Filter implementations for wildcards & JMS selectors



Copyright © 2004-2008 Protique, Ltd.. All Rights Reserved.