|
||||||||||
PREV CLASS (src) NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.remoting.network.NetworkRegistryQuery
NetworkRegistryQuery is a QueryExp that will filter on NetworkRegistryMBean mbeans.
Constructor Summary | |
NetworkRegistryQuery()
|
Method Summary | |
boolean |
apply(ObjectName (src) objectName)
Apply this query expression to an MBean. |
void |
setMBeanServer(MBeanServer (src) mBeanServer)
Set the MBeanServer for this query. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NetworkRegistryQuery()
Method Detail |
public boolean apply(ObjectName (src) objectName) throws BadStringOperationException (src) , BadBinaryOpValueExpException (src) , BadAttributeValueExpException (src) , InvalidApplicationException (src)
QueryExp (src)
apply
in interface QueryExp (src)
objectName
- the object name of the mbean
InvalidApplicationException (src)
- when trying to apply a subquery
expression to an MBean or an attribute expression to an
MBean of the wrong class.
BadStringOperationException (src)
- when an invalid string operation
is used during query construction
BadAttributeValueExpException (src)
- when an invalid MBean attribute
is used during query construction
BadBinaryOpValueExpException (src)
- when an invalid binary operation
is used during query constructionpublic void setMBeanServer(MBeanServer (src) mBeanServer)
QueryExp (src)
setMBeanServer
in interface QueryExp (src)
mBeanServer
- the MBeanServer
|
||||||||||
PREV CLASS (src) NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |