javax.management
Interface ValueExp

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AttributeValueExp, StringValueExp

public interface ValueExp
extends java.io.Serializable

Represents values that can be passed to relational expressions.


Method Summary
 javax.management.ValueExp apply(javax.management.ObjectName name)
          Apply the QueryExp on an MBean
 void setMBeanServer(javax.management.MBeanServer server)
          Sets the MBeanServer
 

Method Detail

apply

public javax.management.ValueExp apply(javax.management.ObjectName name)
                                throws BadStringOperationException,
                                       BadBinaryOpValueExpException,
                                       BadAttributeValueExpException,
                                       InvalidApplicationException
Apply the QueryExp on an MBean

Parameters:
name - The ObjectName of the MBean to apply this ValueExp againts.
Returns:
ValueExp The value exp.
Throws:
BadStringOperationException
BadBinaryOpValueExpException
BadAttributeValueExpException
InvalidApplicationExpException
InvalidApplicationException

setMBeanServer

public void setMBeanServer(javax.management.MBeanServer server)
Sets the MBeanServer

Parameters:
server - The MBeanServer