|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryExp | |
---|---|
javax.management | Provides the core classes for the Java Management Extensions. |
Uses of QueryExp in javax.management |
---|
Classes in javax.management that implement QueryExp | |
---|---|
class |
ObjectName
Represents the object name of an MBean, or a pattern that can match the names of several MBeans. |
Methods in javax.management that return QueryExp | |
---|---|
static QueryExp |
Query.and(QueryExp q1,
QueryExp q2)
Returns a query expression that is the conjunction of two other query expressions. |
static QueryExp |
Query.anySubString(AttributeValueExp a,
StringValueExp s)
Returns a query expression that represents a matching constraint on a string argument. |
static QueryExp |
Query.between(ValueExp v1,
ValueExp v2,
ValueExp v3)
Returns a query expression that represents the constraint that one value is between two other values. |
static QueryExp |
Query.eq(ValueExp v1,
ValueExp v2)
Returns a query expression that represents an equality constraint on two values. |
static QueryExp |
Query.finalSubString(AttributeValueExp a,
StringValueExp s)
Returns a query expression that represents a matching constraint on a string argument. |
static QueryExp |
Query.geq(ValueExp v1,
ValueExp v2)
Returns a query expression that represents a "greater than or equal to" constraint on two values. |
static QueryExp |
Query.gt(ValueExp v1,
ValueExp v2)
Returns a query expression that represents a "greater than" constraint on two values. |
static QueryExp |
Query.in(ValueExp val,
ValueExp[] valueList)
Returns an expression constraining a value to be one of an explicit list. |
static QueryExp |
Query.initialSubString(AttributeValueExp a,
StringValueExp s)
Returns a query expression that represents a matching constraint on a string argument. |
static QueryExp |
Query.leq(ValueExp v1,
ValueExp v2)
Returns a query expression that represents a "less than or equal to" constraint on two values. |
static QueryExp |
Query.lt(ValueExp v1,
ValueExp v2)
Returns a query expression that represents a "less than" constraint on two values. |
static QueryExp |
Query.match(AttributeValueExp a,
StringValueExp s)
Returns a query expression that represents a matching constraint on a string argument. |
static QueryExp |
Query.not(QueryExp queryExp)
Returns a constraint that is the negation of its argument. |
static QueryExp |
Query.or(QueryExp q1,
QueryExp q2)
Returns a query expression that is the disjunction of two other query expressions. |
Methods in javax.management with parameters of type QueryExp | |
---|---|
static QueryExp |
Query.and(QueryExp q1,
QueryExp q2)
Returns a query expression that is the conjunction of two other query expressions. |
static QueryExp |
Query.not(QueryExp queryExp)
Returns a constraint that is the negation of its argument. |
static QueryExp |
Query.or(QueryExp q1,
QueryExp q2)
Returns a query expression that is the disjunction of two other query expressions. |
Set |
MBeanServer.queryMBeans(ObjectName name,
QueryExp query)
Gets MBeans controlled by the MBean server. |
Set |
MBeanServerConnection.queryMBeans(ObjectName name,
QueryExp query)
Gets MBeans controlled by the MBean server. |
Set |
MBeanServer.queryNames(ObjectName name,
QueryExp query)
Gets the names of MBeans controlled by the MBean server. |
Set |
MBeanServerConnection.queryNames(ObjectName name,
QueryExp query)
Gets the names of MBeans controlled by the MBean server. |
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.