Class TimeSyncStateMessage
- java.lang.Object
-
- de.gebit.integrity.remoting.transport.messages.AbstractMessage
-
- de.gebit.integrity.remoting.transport.messages.TimeSyncStateMessage
-
- All Implemented Interfaces:
Serializable
public class TimeSyncStateMessage extends AbstractMessage
Sent to synchronize the artificial test time on the different systems.- Author:
- Rene Schneider - initial API and implementation
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TimeSyncStateMessage()
Constructor.TimeSyncStateMessage(long aRealtimeOffset, long aRealtimeDecouplingTime, double aProgressionFactor)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getProgressionFactor()
long
getRealtimeDecouplingTime()
long
getRealtimeOffset()
-