Class JmxDatacollectionConfig

  • All Implemented Interfaces:
    java.io.Serializable

    public class JmxDatacollectionConfig
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Detail

      • JmxDatacollectionConfig

        public JmxDatacollectionConfig()
    • Method Detail

      • addJmxCollection

        public void addJmxCollection​(JmxCollection jmxCollection)
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • getJmxCollection

        public JmxCollection getJmxCollection​(int index)
                                       throws java.lang.IndexOutOfBoundsException
        Method getJmxCollection.
        Parameters:
        index -
        Returns:
        the value of the org.opennms.netmgt.config.collectd.jmx.JmxCollection at the given index
        Throws:
        java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection
      • getJmxCollection

        public JmxCollection getJmxCollection​(java.lang.String collectionName)
      • getJmxCollectionCount

        public int getJmxCollectionCount()
      • getRrdRepository

        public java.lang.String getRrdRepository()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • removeJmxCollection

        public boolean removeJmxCollection​(JmxCollection vJmxCollection)
      • setJmxCollectionList

        public void setJmxCollectionList​(java.util.List<JmxCollection> jmxCollectionList)
      • getJmxCollectionList

        public java.util.List<JmxCollection> getJmxCollectionList()
      • setRrdRepository

        public void setRrdRepository​(java.lang.String rrdRepository)