Class TimeSyncRequestMessage

  • All Implemented Interfaces:
    java.io.Serializable

    public class TimeSyncRequestMessage
    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
      TimeSyncRequestMessage()
      Constructor.
      TimeSyncRequestMessage​(java.util.Date aStartDate, java.util.List<org.eclipse.xtext.util.Pair<java.lang.Long,​java.time.temporal.TemporalUnit>> aDiffTime, java.math.BigDecimal aProgressionFactor, java.lang.String[] someTargetedForks)
      Constructs an instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<org.eclipse.xtext.util.Pair<java.lang.Long,​java.time.temporal.TemporalUnit>> getDiffTime()  
      java.math.BigDecimal getProgressionFactor()  
      java.util.Date getStartDate()  
      java.lang.String[] getTargetedForks()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TimeSyncRequestMessage

        public TimeSyncRequestMessage()
        Constructor.
      • TimeSyncRequestMessage

        public TimeSyncRequestMessage​(java.util.Date aStartDate,
                                      java.util.List<org.eclipse.xtext.util.Pair<java.lang.Long,​java.time.temporal.TemporalUnit>> aDiffTime,
                                      java.math.BigDecimal aProgressionFactor,
                                      java.lang.String[] someTargetedForks)
        Constructs an instance.
        Parameters:
        aStartDate -
        aProgressionFactor -
    • Method Detail

      • getStartDate

        public java.util.Date getStartDate()
      • getDiffTime

        public java.util.List<org.eclipse.xtext.util.Pair<java.lang.Long,​java.time.temporal.TemporalUnit>> getDiffTime()
      • getProgressionFactor

        public java.math.BigDecimal getProgressionFactor()
      • getTargetedForks

        public java.lang.String[] getTargetedForks()