public class JmxCollection extends Object implements Serializable
| Constructor and Description | 
|---|
JmxCollection()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addMbean(Mbean mbean)  | 
void | 
addMbeans(List<Mbean> mbeanList)  | 
boolean | 
equals(Object obj)
Overrides the java.lang.Object.equals method. 
 | 
List<String> | 
getImportGroupsList()
Gets the import MBeans list. 
 | 
int | 
getMaxVarsPerPdu()  | 
int | 
getMbeanCount()
Method getMbeanCount. 
 | 
List<Mbean> | 
getMbeans()  | 
String | 
getName()  | 
Rrd | 
getRrd()  | 
int | 
hashCode()  | 
boolean | 
hasImportMbeans()
Checks for import MBeans. 
 | 
boolean | 
hasMaxVarsPerPdu()  | 
void | 
setImportGroupsList(List<String> importMbeansList)
Sets the import MBeans list. 
 | 
void | 
setMaxVarsPerPdu(int maxVarsPerPdu)
Deprecated.   
 | 
void | 
setMbeans(List<Mbean> mbeans)  | 
void | 
setName(String name)  | 
void | 
setRrd(Rrd rrd)  | 
public List<String> getImportGroupsList()
public void setImportGroupsList(List<String> importMbeansList)
importMbeansList - the new import MBeans listpublic boolean hasImportMbeans()
public boolean equals(Object obj)
public int getMaxVarsPerPdu()
public String getName()
public Rrd getRrd()
public boolean hasMaxVarsPerPdu()
public int getMbeanCount()
public void addMbean(Mbean mbean)
@Deprecated public void setMaxVarsPerPdu(int maxVarsPerPdu)
public void setName(String name)
public void setRrd(Rrd rrd)
Copyright © 2021. All rights reserved.