Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Package
org.activemq.filter

Classes in org.activemq.filter used by org.activemq.filter
BinaryExpression
          An expression which performs an operation on two expression values.
BooleanExpression
          A BooleanExpression is an expression that always produces a Boolean result.
ConstantExpression
          Represents a constant expression
ConstantExpression.BooleanConstantExpression
           
DestinationFilter
          Represents a filter which only operates on Destinations
DestinationMap
          A Map-like data structure allowing values to be indexed by org.activemq.message.ActiveMQDestination and retrieved by destination - supporting both * and > style of wildcard as well as composite destinations.
DestinationMapNode
          An implementation class used to implement DestinationMap
Expression
          Represents an expression
Filter
          Represents a subscription filter
FilterFactory
          A factory of subscription Filter objects
MultiExpressionEvaluator
          A MultiExpressionEvaluator is used to evaluate multiple expressions in single method call.
MultiExpressionEvaluator.CacheExpression
          A UnaryExpression that caches the result of the nested expression.
MultiExpressionEvaluator.ExpressionListener
          Objects that are interested in the results of an expression should implement this interface.
PropertyExpression
          Represents a property expression
UnaryExpression
          An expression which performs an operation on two expression values
XPathExpression.XPathEvaluator