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, wait
Methods 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:RuntimeControl
Gibt die aktuelle Systemzeit zurück- Specified by:
getSystemTime
in interfaceRuntimeControl
- Returns:
- Systemzeit in Epoch-Millis
-