Kieker 1.11

kieker.monitoring.core.controller
Class TimeSourceController

java.lang.Object
  extended by kieker.monitoring.core.controller.AbstractController
      extended by 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
protected TimeSourceController(Configuration configuration)
          Creates a new instance of this class using the given parameters.
 
Method Summary
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
 

Constructor Detail

TimeSourceController

protected TimeSourceController(Configuration configuration)
Creates a new instance of this class using the given parameters.

Parameters:
configuration - The configuration which is used to configure this controller.
Method Detail

init

protected final void init()
Description copied from class: AbstractController
This method should to the initialization work.

Specified by:
init in class AbstractController

cleanup

protected final void cleanup()
Description copied from class: AbstractController
This method should clean up.

Specified by:
cleanup in class AbstractController

toString

public final java.lang.String toString()
Specified by:
toString in class AbstractController

getTimeSource

public final ITimeSource getTimeSource()
Description copied from interface: ITimeSourceController
Returns the ITimeSource used in this controller.

Specified by:
getTimeSource in interface ITimeSourceController
Returns:
ITimeSource

Kieker 1.11

Copyright 2015 Kieker Project, http://kieker-monitoring.net