API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.management. AttributeValueExp View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 Object
      AttributeValueExp
Implements
 ValueExp
Subclasses
Description
public class AttributeValueExp
  Represents attributes used as arguments to relational constraints.
See also:   
Constructors
@Deprecated
public AttributeValueExp ()
An AttributeValueExp with a null attribute.
public AttributeValueExp (String attr)
  Creates a new AttributeValueExp representing the specified object attribute, named attr.
Methods
Hide/Show inherited methods
public ValueExp apply (ObjectName name) throws BadStringOperationException BadBinaryOpValueExpException BadAttributeValueExpException InvalidApplicationException [Specified in ValueExp]
  Applies the AttributeValueExp on an MBean.
protected Object getAttribute (ObjectName name)
  Return the value of the given attribute in the named MBean.
public String getAttributeName ()
  Returns a string representation of the name of the attribute.
public void setMBeanServer (MBeanServer s) [Specified in ValueExp]
  Sets the MBean server on which the query is to be performed.
public String toString ()
Returns the string representing its value.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar