Package | Description |
---|---|
javax.slee.management |
This package defines the SLEE external management interfaces.
|
javax.slee.profile.query |
This package defines the classes and interfaces used for dynamic profile queries.
|
Class and Description |
---|
QueryExpression
The
QueryExpression class is the base class for all dynamic query
expressions. |
Class and Description |
---|
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. |