javax.management
Interface QueryExp
- All Superinterfaces:
- java.io.Serializable
- public interface QueryExp
- extends java.io.Serializable
Represents relational constraint.
- Version:
- $Revision: 1.4 $
- Author:
- Simone Bordet
apply
public boolean apply(ObjectName name)
throws BadStringOperationException,
BadBinaryOpValueExpException,
BadAttributeValueExpException,
InvalidApplicationException
- Apply the QueryExp on an
MBean
- Parameters:
name - The ObjectName of the MBean to
apply this QueryExp againts.- Returns:
- boolean true if the query was successfully applied,false otherwise.
- 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.