org.jboss.remoting.network
Class NetworkRegistryQuery
java.lang.Object
org.jboss.remoting.network.NetworkRegistryQuery
- All Implemented Interfaces:
- javax.management.QueryExp, Serializable
- public class NetworkRegistryQuery
- extends Object
- implements javax.management.QueryExp
NetworkRegistryQuery is a QueryExp that will filter on NetworkRegistryMBean mbeans.
- Version:
- $Revision: 1.4 $
- Author:
- Jeff Haynie
- See Also:
- Serialized Form
Method Summary |
boolean |
apply(javax.management.ObjectName objectName)
|
void |
setMBeanServer(javax.management.MBeanServer mBeanServer)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NetworkRegistryQuery
public NetworkRegistryQuery()
apply
public boolean apply(javax.management.ObjectName objectName)
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 mBeanServer)
- Specified by:
setMBeanServer
in interface javax.management.QueryExp
Copyright © 2004 JBoss Inc. All Rights Reserved.