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

All Implemented Interfaces:
    ValueExp

Direct Known Subclasses:
    NumberValueExp, SingleValueExpSupport

An implementation of Value expression. Apply always returns this.

Revisions:

20020317 Adrian Brock:

Method from javax.management.ValueExpSupport Summary:
apply,   getMBeanServer,   setMBeanServer
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.management.ValueExpSupport Detail:
 public ValueExp apply(ObjectName name) throws InvalidApplicationException, BadBinaryOpValueExpException, BadStringOperationException, BadAttributeValueExpException 
 MBeanServer getMBeanServer() 
    Get the MBean server
 public  void setMBeanServer(MBeanServer server)