| Package | Description |
|---|---|
| javax.management |
Provides the core classes for the Java Management Extensions.
|
| Modifier and Type | Method and Description |
|---|---|
static AttributeValueExp |
Query.attr(String
Returns a new attribute expression.
|
static AttributeValueExp |
Query.attr(String
Returns a new qualified attribute expression.
|
static AttributeValueExp |
Query.classattr()
Returns a new class attribute expression which can be used in any Query call that expects a ValueExp.
|
| Modifier and Type | Method and Description |
|---|---|
static QueryExp |
Query.anySubString(AttributeValueExp
Returns a query expression that represents a matching constraint on a string argument.
|
static QueryExp |
Query.finalSubString(AttributeValueExp
Returns a query expression that represents a matching constraint on a string argument.
|
static QueryExp |
Query.initialSubString(AttributeValueExp
Returns a query expression that represents a matching constraint on a string argument.
|
static QueryExp |
Query.match(AttributeValueExp
Returns a query expression that represents a matching constraint on a string argument.
|