org.jboss.mx.util
Class InstanceOfQueryExp
java.lang.Object
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
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 |
InstanceOfQueryExp
public InstanceOfQueryExp(String classname)
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.