Uses of Interface
javax.management.QueryExp
Packages that use QueryExp
-
Uses of QueryExp in javax.management
Classes in javax.management that implement QueryExpModifier and TypeClassDescriptionclass
Represents the object name of an MBean, or a pattern that can match the names of several MBeans.Methods in javax.management that return QueryExpModifier and TypeMethodDescriptionstatic QueryExp
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
Returns a query expression that represents the constraint that one value is between two other values.static QueryExp
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
Returns a query expression that represents a "greater than or equal to" constraint on two values.static QueryExp
Returns a query expression that represents a "greater than" constraint on two values.static QueryExp
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.isInstanceOf
(StringValueExp classNameValue) Returns a query expression that represents an inheritance constraint on an MBean class.static QueryExp
Returns a query expression that represents a "less than or equal to" constraint on two values.static QueryExp
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
Returns a constraint that is the negation of its argument.static QueryExp
Returns a query expression that is the disjunction of two other query expressions.Methods in javax.management with parameters of type QueryExpModifier and TypeMethodDescriptionstatic QueryExp
Returns a query expression that is the conjunction of two other query expressions.static QueryExp
Returns a constraint that is the negation of its argument.static QueryExp
Returns a query expression that is the disjunction of two other query expressions.MBeanServer.queryMBeans
(ObjectName name, QueryExp query) Gets MBeans controlled by the MBean server.MBeanServerConnection.queryMBeans
(ObjectName name, QueryExp query) Gets MBeans controlled by the MBean server.MBeanServer.queryNames
(ObjectName name, QueryExp query) Gets the names of MBeans controlled by the MBean server.MBeanServerConnection.queryNames
(ObjectName name, QueryExp query) Gets the names of MBeans controlled by the MBean server.