Package de.bsvrz.ars.ars.mgmt
Class SystemRuntimeControl
java.lang.Object
de.bsvrz.ars.ars.mgmt.SystemRuntimeControl
- All Implemented Interfaces:
RuntimeControl
Implementierung von
RuntimeControl für den normalen Archivsystem-Ablauf, gibt die echte Systemzeit zurück und wendet
keine Manipulationen an Datenindexen etc. an.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.bsvrz.ars.ars.mgmt.RuntimeControl
archiveOnlyData, fixNoSourceDataTime, getDataIndexOffset
-
Constructor Details
-
SystemRuntimeControl
public SystemRuntimeControl()
-
-
Method Details
-
getSystemTime
public long getSystemTime()Description copied from interface:RuntimeControlGibt die aktuelle Systemzeit zurück- Specified by:
getSystemTimein interfaceRuntimeControl- Returns:
- Systemzeit in Epoch-Millis
-