|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--javax.management.QueryEval
|
+--org.huihoo.jfox.jmx.queries.NumericValueExp
| Field Summary |
| Fields inherited from class javax.management.QueryEval |
server |
| Constructor Summary | |
NumericValueExp(java.lang.Number number)
|
|
| Method Summary | |
ValueExp |
apply(ObjectName objectname)
Applies the ValueExp on a MBean. |
double |
doubleValue()
|
boolean |
isLong()
|
long |
longValue()
|
java.lang.String |
toString()
|
| Methods inherited from class javax.management.QueryEval |
setMBeanServer |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface javax.management.ValueExp |
setMBeanServer |
| Constructor Detail |
public NumericValueExp(java.lang.Number number)
| Method Detail |
public double doubleValue()
public long longValue()
public boolean isLong()
public java.lang.String toString()
toString in class java.lang.Object
public ValueExp apply(ObjectName objectname)
throws BadStringOperationException,
BadBinaryOpValueExpException,
BadAttributeValueExpException,
InvalidApplicationException
ValueExp
apply in interface ValueExpobjectname - The name of the MBean on which the ValueExp will be applied.
ValueExp.
BadBinaryOpValueExpException
BadStringOperationException
InvalidApplicationException
BadAttributeValueExpException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||