com.cumulocity.sdk.client.measurement.autopoll
Class MeasurementFixedRatePoller

java.lang.Object
  extended by com.cumulocity.sdk.client.FixedRatePoller
      extended by com.cumulocity.sdk.client.measurement.autopoll.MeasurementFixedRatePoller
All Implemented Interfaces:
Poller

public class MeasurementFixedRatePoller
extends FixedRatePoller

Starts a regular poller that adds measurement operation requests to the operations queue at a regular interval. Note: this only adds the request - processing the request must be handled by a concrete OperationProcessor.


Constructor Summary
MeasurementFixedRatePoller(long periodInterval)
           
 
Method Summary
 
Methods inherited from class com.cumulocity.sdk.client.FixedRatePoller
getPeriod, getPollingTask, setPollingTask, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MeasurementFixedRatePoller

public MeasurementFixedRatePoller(long periodInterval)


Copyright © 2013 (C) Cumulocity GmbH. All Rights Reserved.