GNU Classpath (0.95) | |
Frames | No Frames |
Classes implementing javax.management.QueryExp | |
class |
An ObjectName instance represents the name of a management
bean, or a pattern which may match the name of one or more
management beans. |
Methods with parameter type javax.management.QueryExp | |
QueryExp | Returns a query expression formed from the conjunction
of the two supplied query expressions.
|
QueryExp | Returns a query expression representing the negation
of the specified query expression.
|
QueryExp | Returns a query expression formed from the disjunction
of the two supplied query expressions.
|
Set |
Returns a set of ObjectInstance s matching the specified
criteria. |
Set |
Returns a set of ObjectInstance s matching the specified
criteria. |
Set |
Returns a set of ObjectName s matching the specified
criteria. |
Set |
Returns a set of ObjectName s matching the specified
criteria. |
Methods with return type javax.management.QueryExp | |
QueryExp | Returns a query expression formed from the conjunction
of the two supplied query expressions.
|
QueryExp | Returns a query expression which checks that an
attribute value held by the specified
AttributeValueExp contains the string
specified by the given StringValueExp .
|
QueryExp | Returns a query expression representing the constraint
that the value, v1 , lies between v2
and v3 .
|
QueryExp | Returns a query expression which evaluates to the result of
comparing v1 to v2 for equality.
|
QueryExp | Returns a query expression which checks that an
attribute value held by the specified
AttributeValueExp ends with the string
specified by the given StringValueExp .
|
QueryExp | Returns a query expression which evaluates to the result of
comparing v1 to v2 to see if
v1 is greater than or equal to v2 .
|
QueryExp | Returns a query expression which evaluates to the result of
comparing v1 to v2 to see if
v1 is greater than v2 .
|
QueryExp | Returns a query expression representing the constraint
that the value, v , is a member of the
list, vlist .
|
QueryExp | Returns a query expression which checks that an
attribute value held by the specified
AttributeValueExp starts with the string
specified by the given StringValueExp .
|
QueryExp | Returns a query expression which checks that a
bean is an instance of the class specified
by the given StringValueExp . |
QueryExp | Returns a query expression which evaluates to the result of
comparing v1 to v2 to see if
v1 is less than or equal to v2 .
|
QueryExp | Returns a query expression which evaluates to the result of
comparing v1 to v2 to see if
v1 is less than v2 .
|
QueryExp |
Returns a query expression which checks that an
attribute value matches the pattern
specified by the given StringValueExp .
|
QueryExp | Returns a query expression representing the negation
of the specified query expression.
|
QueryExp | Returns a query expression formed from the disjunction
of the two supplied query expressions.
|
GNU Classpath (0.95) |