|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use QueryExp | |
| javax.management | |
| org.huihoo.jfox.jmx | |
| org.huihoo.jfox.jmx.queries | |
| Uses of QueryExp in javax.management |
| Methods in javax.management that return QueryExp | |
static QueryExp |
Query.and(QueryExp leftexp,
QueryExp rightexp)
Returns a query expression that is the conjunction of two other query expressions. |
static QueryExp |
Query.or(QueryExp leftexp,
QueryExp rightexp)
Returns a query expression that is the disjunction of two other query expressions. |
static QueryExp |
Query.gt(ValueExp leftvexp,
ValueExp rightvexp)
Returns a query expression that represents a "greater than" constraint on two values. |
static QueryExp |
Query.geq(ValueExp leftvexp,
ValueExp rightvexp)
Returns a query expression that represents a "greater than or equal to" constraint on two values. |
static QueryExp |
Query.leq(ValueExp leftvexp,
ValueExp rightvexp)
Returns a query expression that represents a "less than or equal to" constraint on two values. |
static QueryExp |
Query.lt(ValueExp leftvexp,
ValueExp rightvexp)
Returns a query expression that represents a "less than" constraint on two values. |
static QueryExp |
Query.eq(ValueExp leftvexp,
ValueExp rightvexp)
Returns a query expression that represents an equality constraint on two values. |
static QueryExp |
Query.between(ValueExp leftvexp,
ValueExp checkvexp,
ValueExp rightvexp)
Returns a query expression that represents the constraint that one value is between two other values. |
static QueryExp |
Query.match(AttributeValueExp attrvexp,
StringValueExp strvexp)
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.in(ValueExp vexp,
ValueExp[] vexps)
Returns an expression constraining a value to be one of an explicit list. |
static QueryExp |
Query.initialSubString(AttributeValueExp attrvexp,
StringValueExp strvexp)
Returns a query expression that represents a matching constraint on a string argument. |
static QueryExp |
Query.anySubString(AttributeValueExp attrvexp,
StringValueExp strvexp)
Returns a query expression that represents a matching constraint on a string argument. |
static QueryExp |
Query.finalSubString(AttributeValueExp attrvexp,
StringValueExp strvexp)
Returns a query expression that represents a matching constraint on a string argument. |
| Methods in javax.management with parameters of type QueryExp | |
static QueryExp |
Query.and(QueryExp leftexp,
QueryExp rightexp)
Returns a query expression that is the conjunction of two other query expressions. |
static QueryExp |
Query.and(QueryExp leftexp,
QueryExp rightexp)
Returns a query expression that is the conjunction of two other query expressions. |
static QueryExp |
Query.or(QueryExp leftexp,
QueryExp rightexp)
Returns a query expression that is the disjunction of two other query expressions. |
static QueryExp |
Query.or(QueryExp leftexp,
QueryExp rightexp)
Returns a query expression that is the disjunction of two other query expressions. |
static QueryExp |
Query.not(QueryExp queryexp)
Returns a constraint that is the negation of its argument. |
java.util.Set |
MBeanServer.queryMBeans(ObjectName name,
QueryExp query)
Gets MBeans controlled by the MBean server. |
java.util.Set |
MBeanServer.queryNames(ObjectName name,
QueryExp query)
Gets the names of MBeans controlled by the MBean server. |
| Uses of QueryExp in org.huihoo.jfox.jmx |
| Methods in org.huihoo.jfox.jmx with parameters of type QueryExp | |
java.util.Set |
MBeanServerSupport.queryMBeans(ObjectName objectName,
QueryExp query)
|
java.util.Set |
MBeanServerSupport.queryNames(ObjectName objectName,
QueryExp query)
|
java.util.Set |
MBeanServerRepositoryController.queryMBeans(ObjectName pattern,
QueryExp query)
|
| Uses of QueryExp in org.huihoo.jfox.jmx.queries |
| Classes in org.huihoo.jfox.jmx.queries that implement QueryExp | |
class |
AndQueryExp
|
class |
BetweenQueryExp
|
class |
EqRelQueryExp
|
class |
GeqRelQueryExp
|
class |
GtRelQueryExp
|
class |
InQueryExp
|
class |
LeqRelQueryExp
|
class |
LtRelQueryExp
|
class |
MatchQueryExp
|
class |
NotQueryExp
|
class |
OrQueryExp
|
| Methods in org.huihoo.jfox.jmx.queries that return QueryExp | |
QueryExp |
OrQueryExp.getLeftExp()
|
QueryExp |
OrQueryExp.getRightExp()
|
QueryExp |
NotQueryExp.getNegatedExp()
|
QueryExp |
AndQueryExp.getLeftExp()
|
QueryExp |
AndQueryExp.getRightExp()
|
| Constructors in org.huihoo.jfox.jmx.queries with parameters of type QueryExp | |
OrQueryExp(QueryExp queryexp,
QueryExp queryexp1)
|
|
OrQueryExp(QueryExp queryexp,
QueryExp queryexp1)
|
|
NotQueryExp(QueryExp queryexp)
|
|
AndQueryExp(QueryExp _leftExp,
QueryExp _rightExp)
|
|
AndQueryExp(QueryExp _leftExp,
QueryExp _rightExp)
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||