Class JmxImporter.TrueQueryExp

  • All Implemented Interfaces:
    java.io.Serializable, javax.management.QueryExp
    Enclosing class:
    JmxImporter

    public static class JmxImporter.TrueQueryExp
    extends java.lang.Object
    implements javax.management.QueryExp
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      TrueQueryExp()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean apply​(javax.management.ObjectName name)  
      void setMBeanServer​(javax.management.MBeanServer s)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TrueQueryExp

        public TrueQueryExp()
    • Method Detail

      • apply

        public boolean apply​(javax.management.ObjectName name)
                      throws javax.management.BadStringOperationException,
                             javax.management.BadBinaryOpValueExpException,
                             javax.management.BadAttributeValueExpException,
                             javax.management.InvalidApplicationException
        Specified by:
        apply in interface javax.management.QueryExp
        Throws:
        javax.management.BadStringOperationException
        javax.management.BadBinaryOpValueExpException
        javax.management.BadAttributeValueExpException
        javax.management.InvalidApplicationException
      • setMBeanServer

        public void setMBeanServer​(javax.management.MBeanServer s)
        Specified by:
        setMBeanServer in interface javax.management.QueryExp