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

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


Uses of Interface
javax.management.ValueExp

Packages that use ValueExp
javax.management   
 

Uses of ValueExp in javax.management
 

Classes in javax.management that implement ValueExp
 class AttributeValueExp
          A String that is an arguement to a query.
 class StringValueExp
          A String that is an arguement to a query.
 

Methods in javax.management that return ValueExp
 ValueExp ValueExp.apply(ObjectName name)
          Apply this value expression to an MBean.
 ValueExp StringValueExp.apply(ObjectName name)
           
static ValueExp Query.div(ValueExp first, ValueExp second)
          An expression that divides the first expression by the second
static ValueExp Query.minus(ValueExp first, ValueExp second)
          An expression that subtracts the second expression from the first
static ValueExp Query.plus(ValueExp first, ValueExp second)
          An expression that adds the second expression to the first
static ValueExp Query.times(ValueExp first, ValueExp second)
          An expression that multiplies the first expression by the second
static ValueExp Query.value(boolean value)
          Create a boolean value expression for use in a Query.
static ValueExp Query.value(double value)
          Create a double value expression for use in a Query.
static ValueExp Query.value(float value)
          Create a float value expression for use in a Query.
static ValueExp Query.value(int value)
          Create an integer value expression for use in a Query.
static ValueExp Query.value(long value)
          Create a long value expression for use in a Query.
static ValueExp Query.value(Number value)
          Create a number value expression for use in a Query.
 ValueExp BadBinaryOpValueExpException.getExp()
          Retrieve the bad binary value expression.
 ValueExp AttributeValueExp.apply(ObjectName name)
           
 

Methods in javax.management with parameters of type ValueExp
static QueryExp Query.between(ValueExp test, ValueExp lower, ValueExp higher)
          Tests a value is between two other values.
static ValueExp Query.div(ValueExp first, ValueExp second)
          An expression that divides the first expression by the second
static QueryExp Query.eq(ValueExp first, ValueExp second)
          Equals Comparison.
static QueryExp Query.geq(ValueExp first, ValueExp second)
          Greater than or Equals Comparison.
static QueryExp Query.gt(ValueExp first, ValueExp second)
          Greater than.
static QueryExp Query.in(ValueExp test, ValueExp[] list)
          Tests a value is in one of the listed values.
static QueryExp Query.leq(ValueExp first, ValueExp second)
          Less than or equal.
static QueryExp Query.lt(ValueExp first, ValueExp second)
          Less than.
static ValueExp Query.minus(ValueExp first, ValueExp second)
          An expression that subtracts the second expression from the first
static ValueExp Query.plus(ValueExp first, ValueExp second)
          An expression that adds the second expression to the first
static ValueExp Query.times(ValueExp first, ValueExp second)
          An expression that multiplies the first expression by the second
 

Constructors in javax.management with parameters of type ValueExp
BadBinaryOpValueExpException(ValueExp exp)
          Construct a new BadBinaryValueExpException with the given expression.
 



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