Save This Page
Home » openjdk-7 » javax » management » [javadoc | source]
javax.management
class: SingleValueExpSupport [javadoc | source]
java.lang.Object
   javax.management.ValueExpSupport
      javax.management.SingleValueExpSupport

All Implemented Interfaces:
    ValueExp

Direct Known Subclasses:
    NumberValueExp

An implementation of single value expression.
Constructor:
 public SingleValueExpSupport(Object value) 
    Construct a value expression for the passed value
    Parameters:
    value - the value
Method from javax.management.SingleValueExpSupport Summary:
getValue,   toString
Methods from javax.management.ValueExpSupport:
apply,   getMBeanServer,   setMBeanServer
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.management.SingleValueExpSupport Detail:
 public Object getValue() 
    Get the value of the expression
 public String toString()