Class ScheduledSamplerJob

java.lang.Object
kieker.monitoring.core.sampler.ScheduledSamplerJob
All Implemented Interfaces:
java.lang.Runnable

public class ScheduledSamplerJob
extends java.lang.Object
implements java.lang.Runnable
Since:
1.3
Author:
Andre van Hoorn
  • Constructor Summary

    Constructors 
    Constructor Description
    ScheduledSamplerJob​(IMonitoringController monitoringController, ISampler sensor)
    Constructs a new ScheduledSamplerJob with the given parameters.
  • Method Summary

    Modifier and Type Method Description
    java.util.concurrent.ScheduledFuture<?> getFuture()  
    void run()
    Throws a RuntimeException if an error occurred.
    void setFuture​(java.util.concurrent.ScheduledFuture<?> future)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait