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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
QualifiedAttributeValueExp
public QualifiedAttributeValueExp()
QualifiedAttributeValueExp
public QualifiedAttributeValueExp(java.lang.String s,
java.lang.String s1)
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