com.sun.mfwk.cms.model.util
Class HasKeyQuery
java.lang.Object
   com.sun.mfwk.cms.model.util.HasKeyQuery
com.sun.mfwk.cms.model.util.HasKeyQuery
- All Implemented Interfaces: 
- javax.management.QueryExp, java.io.Serializable
- public class HasKeyQuery- extends java.lang.Object- implements javax.management.QueryExp, java.io.Serializable
Query that checks if the given key is present, no matter the value
 (however, the value has to be not null)
- See Also:
- Serialized Form
 
| Method Summary | 
|  boolean | apply(javax.management.ObjectName name)
 | 
|  void | setMBeanServer(javax.management.MBeanServer s)
 | 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
HasKeyQuery
public HasKeyQuery(java.lang.String key)
apply
public boolean apply(javax.management.ObjectName name)
- 
- Specified by:
- applyin interface- javax.management.QueryExp
 
- 
 
setMBeanServer
public void setMBeanServer(javax.management.MBeanServer s)
- 
- Specified by:
- setMBeanServerin interface- javax.management.QueryExp
 
-