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.

Version:
$Revision: 1.4 $
Author:
Carlos Quiroz

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

Method Detail

apply

public ValueExp apply(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 -  

setMBeanServer

public void setMBeanServer(MBeanServer server)
Sets the MBeanServer
Parameters:
server - The MBeanServer


Copyright © 2001-2002 MX4J Team. All Rights Reserved.