KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > management > QueryExp

javax.management
Interface QueryExp

All Superinterfaces:
Serializable
All Known Implementing Classes:
ObjectName
See Also:
Top Examples, Source Code, setMBeanServer(javax.management.MBeanServer), QueryEval, Query

boolean apply(ObjectName name)
              throws BadStringOperationException,
                     BadBinaryOpValueExpException,
                     BadAttributeValueExpException,
                     InvalidApplicationException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void setMBeanServer(MBeanServer s)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags