org.jboss.mx.util
Class InstanceOfQueryExp

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

public class InstanceOfQueryExp
extends Object
implements QueryExp

MBean QueryExp to find all classes of a particular instance

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

Constructor Summary
InstanceOfQueryExp(String classname)
           
 
Method Summary
 boolean apply(ObjectName name)
           
 void setMBeanServer(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(ObjectName name)
              throws BadStringOperationException,
                     BadBinaryOpValueExpException,
                     BadAttributeValueExpException,
                     InvalidApplicationException
Specified by:
apply in interface QueryExp
Throws:
BadStringOperationException
BadBinaryOpValueExpException
BadAttributeValueExpException
InvalidApplicationException

setMBeanServer

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


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.