Class QueryResult


  • public class QueryResult
    extends java.lang.Object
    Represents the result of a query when using the MBeanServerQuery.
    • Constructor Detail

      • QueryResult

        public QueryResult()
    • Method Detail

      • setAttributeTotalCount

        public void setAttributeTotalCount​(javax.management.ObjectName objectName,
                                           int attributeTotalCount)
      • put

        public void put​(javax.management.ObjectName objectName,
                        javax.management.MBeanAttributeInfo attributeInfo)
      • put

        public void put​(javax.management.ObjectName objectName,
                        javax.management.MBeanInfo mbeanInfo)
      • getTotalMBeanCount

        public int getTotalMBeanCount()
      • setTotalMBeanCount

        public void setTotalMBeanCount​(int totalCount)
      • removeEmptyMBeanResults

        public void removeEmptyMBeanResults()
      • remove

        public void remove​(javax.management.ObjectName objectName,
                           javax.management.MBeanAttributeInfo eachAttribute)
      • sort

        public void sort()