Class TimeSourceController

java.lang.Object
kieker.monitoring.core.controller.AbstractController
kieker.monitoring.core.controller.TimeSourceController
All Implemented Interfaces:
ITimeSourceController

public final class TimeSourceController
extends AbstractController
implements ITimeSourceController
Since:
1.3
  • Field Summary

    Fields inherited from class kieker.monitoring.core.controller.AbstractController

    monitoringController
  • Constructor Summary

    Constructors 
    Modifier Constructor Description
    protected TimeSourceController​(kieker.common.configuration.Configuration configuration)
    Creates a new instance of this class using the given parameters.
  • Method Summary

    Modifier and Type Method Description
    protected void cleanup()
    This method should clean up.
    ITimeSource getTimeSource()
    Returns the ITimeSource used in this controller.
    protected void init()
    This method should to the initialization work.
    java.lang.String toString()  

    Methods inherited from class kieker.monitoring.core.controller.AbstractController

    createAndInitialize, isTerminated, setMonitoringController, terminate

    Methods inherited from class java.lang.Object

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