public class QueryResult extends Object
MBeanServerQuery
.Modifier and Type | Class and Description |
---|---|
static class |
QueryResult.AttributeResult |
static class |
QueryResult.MBeanResult |
Constructor and Description |
---|
QueryResult() |
Modifier and Type | Method and Description |
---|---|
List<QueryResult.MBeanResult> |
getMBeanResults() |
int |
getTotalMBeanCount() |
void |
put(ObjectName objectName,
MBeanAttributeInfo attributeInfo) |
void |
put(ObjectName objectName,
MBeanInfo mbeanInfo) |
void |
remove(ObjectName objectName,
MBeanAttributeInfo eachAttribute) |
void |
removeEmptyMBeanResults() |
void |
setAttributeTotalCount(ObjectName objectName,
int attributeTotalCount) |
void |
setTotalMBeanCount(int totalCount) |
void |
sort() |
public void setAttributeTotalCount(ObjectName objectName, int attributeTotalCount)
public void put(ObjectName objectName, MBeanAttributeInfo attributeInfo)
public void put(ObjectName objectName, MBeanInfo mbeanInfo)
public int getTotalMBeanCount()
public void setTotalMBeanCount(int totalCount)
public List<QueryResult.MBeanResult> getMBeanResults()
public void removeEmptyMBeanResults()
public void remove(ObjectName objectName, MBeanAttributeInfo eachAttribute)
public void sort()
Copyright © 2021. All rights reserved.