Uses of Package
javax.slee.profile.query

Packages that use javax.slee.profile.query
javax.slee.management   
javax.slee.profile.query   
 

Classes in javax.slee.profile.query used by javax.slee.management
QueryExpression
          The QueryExpression class is the base class for all dynamic query expressions.
 

Classes in javax.slee.profile.query used by javax.slee.profile.query
And
          The And class is a composite dynamic query expression that successfully matches with a profile only if all nested query expressions also match with the profile.
CompositeQueryExpression
          The CompositeQueryExpression class is the base class for all dynamic query expressions that are containers of other query expressions.
Or
          The Or class is a composite dynamic query expression that successfully matches with a profile if any of the nested query expressions match with the profile.
OrderedQueryExpression
          The OrderedQueryExpression class is the base class for all dynamic query expressions that perform direct binary operator comparisons on profile attributes values where the type of the profile attribute type exhibits a notion of total order.
QueryCollator
          The QueryCollator class describes a collator that can be used in dynamic profile queries in a Java serializable form.
QueryExpression
          The QueryExpression class is the base class for all dynamic query expressions.
SimpleQueryExpression
          The SimpleQueryExpression class is the base class for all dynamic query expressions that perform binary operator comparisons on profile attribute values.
 



Copyright © 2008. All Rights Reserved.