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 SummaryFields inherited from class kieker.monitoring.core.controller.AbstractControllermonitoringController
- 
Constructor SummaryConstructors Modifier Constructor Description protectedTimeSourceController(Configuration configuration)Creates a new instance of this class using the given parameters.
- 
Method SummaryModifier 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.AbstractControllercreateAndInitialize, isTerminated, setMonitoringController, terminate
- 
Constructor Details- 
TimeSourceControllerCreates a new instance of this class using the given parameters.- Parameters:
- configuration- The configuration which is used to configure this controller.
 
 
- 
- 
Method Details- 
initprotected void init()Description copied from class:AbstractControllerThis method should to the initialization work.- Specified by:
- initin class- AbstractController
 
- 
cleanupprotected void cleanup()Description copied from class:AbstractControllerThis method should clean up.- Specified by:
- cleanupin class- AbstractController
 
- 
toStringpublic java.lang.String toString()- Specified by:
- toStringin class- AbstractController
 
- 
getTimeSourceDescription copied from interface:ITimeSourceControllerReturns the ITimeSource used in this controller.- Specified by:
- getTimeSourcein interface- ITimeSourceController
- Returns:
- ITimeSource
 
 
-