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 protected
TimeSourceController(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
-
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:AbstractController
This method should to the initialization work.- Specified by:
init
in classAbstractController
-
cleanup
protected void cleanup()Description copied from class:AbstractController
This method should clean up.- Specified by:
cleanup
in classAbstractController
-
toString
public java.lang.String toString()- Specified by:
toString
in classAbstractController
-
getTimeSource
Description copied from interface:ITimeSourceController
Returns the ITimeSource used in this controller.- Specified by:
getTimeSource
in interfaceITimeSourceController
- Returns:
- ITimeSource
-