|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeValueExp | |
javax.management |
Uses of AttributeValueExp in javax.management |
Methods in javax.management that return AttributeValueExp | |
static AttributeValueExp |
Query.attr(String value)
An attribute expression |
static AttributeValueExp |
Query.attr(String className,
String value)
An attribute expression restricted to a specific class |
static AttributeValueExp |
Query.classattr()
What is this? |
Methods in javax.management with parameters of type AttributeValueExp | |
static QueryExp |
Query.anySubString(AttributeValueExp attr,
StringValueExp string)
Tests an attribute contains a string as a subset. |
static QueryExp |
Query.finalSubString(AttributeValueExp attr,
StringValueExp string)
Tests an attribute ends with a string as a subset. |
static QueryExp |
Query.initialSubString(AttributeValueExp attr,
StringValueExp string)
Tests an attribute starts with a string as a subset. |
static QueryExp |
Query.match(AttributeValueExp attr,
StringValueExp string)
Tests an attribute equals a string value. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |