javax.management
Interface ValueExp

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

public interface ValueExp
extends java.io.Serializable

A value expression.

Implementations of this interface represent arguments to expressions.


Method Summary
 ValueExp (src) apply(ObjectName (src)  name)
          Apply this value expression to an MBean.
 void setMBeanServer(MBeanServer (src)  server)
          Set the MBeanServer for this expression.
 

Method Detail

apply

public ValueExp (src)  apply(ObjectName (src)  name)
               throws BadStringOperationException (src) ,
                      BadBinaryOpValueExpException (src) ,
                      BadAttributeValueExpException (src) ,
                      InvalidApplicationException (src) 
Apply this value expression to an MBean.

Parameters:
name - the object name of the mbean
Returns:
this value expression
Throws:
BadStringOperationException (src) - when an invalid string operation is used during query construction
BadBinaryOpValueExpException (src) - when an invalid binary operation is used during query construction
BadAttributeValueExpException (src) - when an invalid MBean attribute is used during query construction
InvalidApplicationException (src) - when trying to apply a subquery expression to an MBean or an attribute expression to an MBean of the wrong class.

setMBeanServer

public void setMBeanServer(MBeanServer (src)  server)
Set the MBeanServer for this expression. Only MBeans registered in this server can be used in queries.

Parameters:
server - the MBeanServer