Package org.granite.gravity.selector

Interface Summary
BooleanExpression A BooleanExpression is an expression that always produces a Boolean result.
Expression Represents an expression
MessageSelector  
SelectorParserConstants  
 

Class Summary
ActiveMQMessageSelector  
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
ConstantExpression Represents a constant expression
GravityMessageSelector  
JBossMQMessageSelector  
LogicExpression A filter performing a comparison of two objects
MessageEvaluationContext MessageEvaluationContext is used to cache selection results.
PropertyExpression Represents a property expression
SelectorParser JMS Selector Parser generated by JavaCC Do not edit this .java file directly - it is autogenerated from SelectorParser.jj
SelectorParserTokenManager  
SimpleCharStream An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
Token Describes the input token stream.
UnaryExpression An expression which performs an operation on two expression values
 

Exception Summary
ParseException This exception is thrown when parse errors are encountered.
 

Error Summary
TokenMgrError