Class JmxCollection
- java.lang.Object
-
- org.opennms.netmgt.config.collectd.jmx.JmxCollection
-
- All Implemented Interfaces:
Serializable
public class JmxCollection extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JmxCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
getImportGroupsList
public List<String> getImportGroupsList()
Gets the import MBeans list.- Returns:
- the import MBeans list
-
setImportGroupsList
public void setImportGroupsList(List<String> importMbeansList)
Sets the import MBeans list.- Parameters:
importMbeansList
- the new import MBeans list
-
hasImportMbeans
public boolean hasImportMbeans()
Checks for import MBeans.- Returns:
- true, if successful
-
equals
public boolean equals(Object obj)
Overrides the java.lang.Object.equals method.
-
getMaxVarsPerPdu
public int getMaxVarsPerPdu()
-
getName
public String getName()
-
getRrd
public Rrd getRrd()
-
hasMaxVarsPerPdu
public boolean hasMaxVarsPerPdu()
- Returns:
- true if at least one MaxVarsPerPdu has been added
-
getMbeanCount
public int getMbeanCount()
Method getMbeanCount.- Returns:
- the size of this collection
-
addMbean
public void addMbean(Mbean mbean)
-
setMaxVarsPerPdu
@Deprecated public void setMaxVarsPerPdu(int maxVarsPerPdu)
Deprecated.
-
setName
public void setName(String name)
-
setRrd
public void setRrd(Rrd rrd)
-
-