|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A query expression.
An implementation of this interface can be used in a query. Multiple query expressions can be used together to form a more complex query.
| Method Summary | |
boolean |
apply(ObjectName (src) name)
Apply this query expression to an MBean. |
void |
setMBeanServer(MBeanServer (src) server)
Set the MBeanServer for this query. |
| Method Detail |
public boolean apply(ObjectName (src) name)
throws BadStringOperationException (src) ,
BadBinaryOpValueExpException (src) ,
BadAttributeValueExpException (src) ,
InvalidApplicationException (src)
name - the object name of the mbean
BadStringOperationException (src) - when an invalid string operation
is used during query construction
BadBinaryOpValueExpException (src) - when an invalid binary operation
is used during query construction
BadAttributeValueExpException (src) - when an invalid MBean attribute
is used during query construction
InvalidApplicationException (src) - when trying to apply a subquery
expression to an MBean or an attribute expression to an
MBean of the wrong class.public void setMBeanServer(MBeanServer (src) server)
server - the MBeanServer
|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||