|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||
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 |
| MultiExpressionEvaluator.ExpressionListener | Objects that are interested in the results of an expression should implement this interface. |
| 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 |
| ComparisonExpression.LikeExpression | |
| ConstantExpression | Represents a constant expression |
| ConstantExpression.BooleanConstantExpression | |
| DestinationFilter | Represents a filter which only operates on Destinations |
| DestinationPath | Helper class for decomposing a Destination into a number of paths |
| ExpressionFilter | Represents a filter using an expression |
| FilterFactoryImpl | A default implementation |
| LogicExpression | A filter performing a comparison of two objects |
| MultiExpressionEvaluator | A MultiExpressionEvaluator is used to evaluate multiple expressions in single method call. |
| MultiExpressionEvaluator.ExpressionListenerSet | Multiple listeners my be interested in the results of a single expression. |
| 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 |
| UnaryExpression.BooleanUnaryExpression | |
| WildcardDestinationFilter | Matches messages which contain wildcards like "A.B.*.*" |
Filter implementations for wildcards & JMS selectors
|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||