| Package | Description |
|---|---|
| javax.management |
Provides the core classes for the Java Management Extensions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ObjectName
Represents the object name of an MBean, or a pattern that can match the names of several MBeans.
|
| Modifier and Type | Method and Description |
|---|---|
static QueryExp |
Query.and(QueryExp
Returns a query expression that is the conjunction of two other query expressions.
|
static QueryExp |
Query.anySubString(AttributeValueExp
Returns a query expression that represents a matching constraint on a string argument.
|
static QueryExp |
Query.between(ValueExp
Returns a query expression that represents the constraint that one value is between two other values.
|
static QueryExp |
Query.eq(ValueExp
Returns a query expression that represents an equality constraint on two values.
|
static QueryExp |
Query.finalSubString(AttributeValueExp
Returns a query expression that represents a matching constraint on a string argument.
|
static QueryExp |
Query.geq(ValueExp
Returns a query expression that represents a "greater than or equal to" constraint on two values.
|
static QueryExp |
Query.gt(ValueExp
Returns a query expression that represents a "greater than" constraint on two values.
|
static QueryExp |
Query.in(ValueExp
Returns an expression constraining a value to be one of an explicit list.
|
static QueryExp |
Query.initialSubString(AttributeValueExp
Returns a query expression that represents a matching constraint on a string argument.
|
static QueryExp |
Query.isInstanceOf(StringValueExp
Returns a query expression that represents an inheritance constraint on an MBean class.
|
static QueryExp |
Query.leq(ValueExp
Returns a query expression that represents a "less than or equal to" constraint on two values.
|
static QueryExp |
Query.lt(ValueExp
Returns a query expression that represents a "less than" constraint on two values.
|
static QueryExp |
Query.match(AttributeValueExp
Returns a query expression that represents a matching constraint on a string argument.
|
static QueryExp |
Query.not(QueryExp
Returns a constraint that is the negation of its argument.
|
static QueryExp |
Query.or(QueryExp
Returns a query expression that is the disjunction of two other query expressions.
|
| Modifier and Type | Method and Description |
|---|---|
static QueryExp |
Query.and(QueryExp
Returns a query expression that is the conjunction of two other query expressions.
|
static QueryExp |
Query.not(QueryExp
Returns a constraint that is the negation of its argument.
|
static QueryExp |
Query.or(QueryExp
Returns a query expression that is the disjunction of two other query expressions.
|
Set |
MBeanServer.queryMBeans(ObjectName
Gets MBeans controlled by the MBean server.
|
Set |
MBeanServerConnection.queryMBeans(ObjectName
Gets MBeans controlled by the MBean server.
|
Set |
MBeanServer.queryNames(ObjectName
Gets the names of MBeans controlled by the MBean server.
|
Set |
MBeanServerConnection.queryNames(ObjectName
Gets the names of MBeans controlled by the MBean server.
|