Interface JMXMeasurement

All Superinterfaces:
org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.cdo.common.id.CDOWithID, EObject, Notifier, ResponseMeasurement
All Known Implementing Classes:
JMXMeasurementImpl

public interface JMXMeasurement extends ResponseMeasurement
A representation of the model object 'JMX Measurement'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
  • Field Details

  • Method Details

    • 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:
      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:
      Generated class or method.