com.cumulocity.sdk.client.devicecontrol.autopoll
Class OperationsPollingTask

java.lang.Object
  extended by com.cumulocity.sdk.client.devicecontrol.autopoll.OperationsPollingTask
All Implemented Interfaces:
Runnable

public class OperationsPollingTask
extends Object
implements Runnable

This class is responsible for polling the given OperationCollection and putting received operations into the given queue


Constructor Summary
OperationsPollingTask(PagedCollectionResource<OperationCollectionRepresentation> operationCollection, OperationsQueue queue)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationsPollingTask

public OperationsPollingTask(PagedCollectionResource<OperationCollectionRepresentation> operationCollection,
                             OperationsQueue queue)
Method Detail

run

public void run()
Specified by:
run in interface Runnable


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