Interface JMXMeasurement

    • Method Detail

      • getPollingPeriod

        Integer getPollingPeriod()
        Returns the value of the 'Polling Period' attribute.

        If the meaning of the 'Polling Period' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Polling Period' attribute.
        See Also:
        setPollingPeriod(Integer), ExperimentsPackage.getJMXMeasurement_PollingPeriod()
        Generated class or method.
        EMF model class or method.
        required="true" ordered="false"
      • setPollingPeriod

        void setPollingPeriod​(Integer value)
        Sets the value of the 'Polling Period' attribute.
        Parameters:
        value - the new value of the 'Polling Period' attribute.
        See Also:
        getPollingPeriod()
        Generated class or method.