| java.lang.Object javax.management.AttributeValueExp
AttributeValueExp | public class AttributeValueExp implements ValueExp(Code) | | This class represents attributes used as arguments to relational constraints.
An AttributeValueExp may be used anywhere a
ValueExp is required.
|
classattr | boolean classattr(Code) | | |
AttributeValueExp | public AttributeValueExp()(Code) | | Basic Constructor.
|
AttributeValueExp | public AttributeValueExp(String attr)(Code) | | Creates a new AttributeValueExp representing the specified
object attribute, named attr.
Parameters: attr - creates AttributeValueExp with the specified attribute. |
getAttributeName | public String getAttributeName()(Code) | | Returns a string representation of the name of the attribute.
A string representation of the name of the attribute. |
setMBeanServer | public void setMBeanServer(MBeanServer server)(Code) | | Sets the MBeanServer on which the query is to be accessed.
Parameters: s - - The MBeanServer on which the query is to be accessed. |
toString | public String toString()(Code) | | Returns the string representing its value
|
|
|