org.huihoo.jfox.jmx.queries
Class QualifiedAttributeValueExp

java.lang.Object
  |
  +--javax.management.QueryEval
        |
        +--javax.management.AttributeValueExp
              |
              +--org.huihoo.jfox.jmx.queries.QualifiedAttributeValueExp
All Implemented Interfaces:
java.io.Serializable, ValueExp

public class QualifiedAttributeValueExp
extends AttributeValueExp

Author:
Young Yang
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.management.QueryEval
server
 
Constructor Summary
QualifiedAttributeValueExp()
           
QualifiedAttributeValueExp(java.lang.String s, java.lang.String s1)
           
 
Method Summary
 ValueExp apply(ObjectName objectname)
          Applies the AttributeValueExp on an MBean.
 java.lang.String getAttrClassName()
           
 java.lang.String toString()
          Returns the string representing its value.
 
Methods inherited from class javax.management.AttributeValueExp
getAttribute, getAttributeName, setMBeanServer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QualifiedAttributeValueExp

public QualifiedAttributeValueExp()

QualifiedAttributeValueExp

public QualifiedAttributeValueExp(java.lang.String s,
                                  java.lang.String s1)
Method Detail

getAttrClassName

public java.lang.String getAttrClassName()

apply

public ValueExp apply(ObjectName objectname)
               throws BadStringOperationException,
                      BadBinaryOpValueExpException,
                      BadAttributeValueExpException,
                      InvalidApplicationException
Description copied from class: AttributeValueExp
Applies the AttributeValueExp on an MBean.

Specified by:
apply in interface ValueExp
Overrides:
apply in class AttributeValueExp
Parameters:
objectname - The name of the MBean on which the AttributeValueExp will be applied.
Returns:
The ValueExp.
Throws:
BadBinaryOpValueExpException
InvalidApplicationException
BadStringOperationException
BadAttributeValueExpException

toString

public java.lang.String toString()
Description copied from class: AttributeValueExp
Returns the string representing its value.

Overrides:
toString in class AttributeValueExp