org.jboss.mx.util
Class InstanceOfQueryExp

java.lang.Object
  extended by org.jboss.mx.util.InstanceOfQueryExp
All Implemented Interfaces:
Serializable, javax.management.QueryExp

public class InstanceOfQueryExp
extends Object
implements javax.management.QueryExp

MBean QueryExp to find all classes of a particular instance

Version:
$Revision: 1.3 $
Author:
bill@jboss.org
See Also:
Serialized Form

Constructor Summary
InstanceOfQueryExp(String classname)
           
 
Method Summary
 boolean apply(javax.management.ObjectName name)
           
 void setMBeanServer(javax.management.MBeanServer server)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstanceOfQueryExp

public InstanceOfQueryExp(String classname)
Method Detail

apply

public boolean apply(javax.management.ObjectName name)
              throws javax.management.BadStringOperationException,
                     javax.management.BadBinaryOpValueExpException,
                     javax.management.BadAttributeValueExpException,
                     javax.management.InvalidApplicationException
Specified by:
apply in interface javax.management.QueryExp
Throws:
javax.management.BadStringOperationException
javax.management.BadBinaryOpValueExpException
javax.management.BadAttributeValueExpException
javax.management.InvalidApplicationException

setMBeanServer

public void setMBeanServer(javax.management.MBeanServer server)
Specified by:
setMBeanServer in interface javax.management.QueryExp


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.