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
- Author:
- Jan Waller
-
Field Summary
Fields inherited from class kieker.monitoring.core.controller.AbstractController
monitoringController -
Constructor Summary
Constructors Modifier Constructor Description protectedTimeSourceController(Configuration configuration)Creates a new instance of this class using the given parameters. -
Method Summary
Modifier and Type Method Description protected voidcleanup()This method should clean up.ITimeSourcegetTimeSource()Returns the ITimeSource used in this controller.protected voidinit()This method should to the initialization work.java.lang.StringtoString()Methods inherited from class kieker.monitoring.core.controller.AbstractController
createAndInitialize, isTerminated, setMonitoringController, terminate
-
Constructor Details
-
TimeSourceController
Creates a new instance of this class using the given parameters.- Parameters:
configuration- The configuration which is used to configure this controller.
-
-
Method Details
-
init
protected void init()Description copied from class:AbstractControllerThis method should to the initialization work.- Specified by:
initin classAbstractController
-
cleanup
protected void cleanup()Description copied from class:AbstractControllerThis method should clean up.- Specified by:
cleanupin classAbstractController
-
toString
public java.lang.String toString()- Specified by:
toStringin classAbstractController
-
getTimeSource
Description copied from interface:ITimeSourceControllerReturns the ITimeSource used in this controller.- Specified by:
getTimeSourcein interfaceITimeSourceController- Returns:
- ITimeSource
-