|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.management.QueryEval | +--javax.management.QueryExp
The QueryExp class represents relational constraints that can be used in database query "where clauses." Instances of QueryExp are returned by the static methods of the Query class.
Constructor Summary | |
QueryExp()
|
Method Summary | |
boolean |
apply(java.lang.Object object)
Applies the QueryExp on a MBean. |
Methods inherited from class javax.management.QueryEval |
setMBeanServer |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public QueryExp()
Method Detail |
public boolean apply(java.lang.Object object) throws BadStringOperationException, BadBinaryOpValueExpException, BadAttributeValueExpException, InvalidApplicationException
object
- The MBean on which the QueryExp will be applied.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |