API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.management. StringValueExp View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 Object
      StringValueExp
Implements
 ValueExp
Subclasses
Description
public class StringValueExp
  Represents strings that are arguments to relational constraints.
See also:   
Constructors
public StringValueExp ()
Basic constructor.
public StringValueExp (String val)
  Creates a new StringValueExp representing the given string.
Methods
Hide/Show inherited methods
public ValueExp apply (ObjectName name) throws BadStringOperationException BadBinaryOpValueExpException BadAttributeValueExpException InvalidApplicationException [Specified in ValueExp]
  Applies the ValueExp on a MBean.
public String getValue ()
  Returns the string represented by the StringValueExp instance.
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 the object.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar