站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 jmx API Documentation 英文版文档

Uses of Class javax.management.AttributeValueExp (JBoss/JMX API) - JBoss 4.0.1 sp1 jmx API Documentation 英文版文档


Uses of Class
javax.management.AttributeValueExp

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.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.