org.jboss.mx.util
Class InstanceOfQueryExp
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InstanceOfQueryExp
public InstanceOfQueryExp(String classname)
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 © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.