Package | Description |
---|---|
javax.management |
Provides the core classes for the Java Management Extensions.
|
Modifier and Type | Method and Description |
---|---|
static StringValueExp |
Query.value(String val)
Returns a new string expression.
|
Modifier and Type | Method and Description |
---|---|
static QueryExp |
Query.anySubString(AttributeValueExp a,
StringValueExp s)
Returns a query expression that represents a matching constraint on
a string argument.
|
static QueryExp |
Query.finalSubString(AttributeValueExp a,
StringValueExp s)
Returns a query expression that represents a matching constraint on
a string argument.
|
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 |
Query.match(AttributeValueExp a,
StringValueExp s)
Returns a query expression that represents a matching constraint on
a string argument.
|
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.