Methods Summary |
---|
public javax.management.ValueExp | apply(javax.management.ObjectName name)Applies the ValueExp on a MBean.
return this;
|
public java.lang.String | getValue()Returns the string represented by the
StringValueExp instance.
return val;
|
public void | setMBeanServer(javax.management.MBeanServer s)Sets the MBean server on which the query is to be performed.
|
public java.lang.String | toString()Returns the string representing the object.
return "'" + val + "'";
|