Interface MamdaBasicEvent

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.wombat.mama.MamaDateTime getActivityTime()  
      short getActivityTimeFieldState()
      return Activity time Field State MODIFIED (2) value indicates the fied was updated in last tick NOT MODIFIED (1) value indicate that there was no change in the last tick NOT_INITIALISED (0) value indicates that the field has never been updated
      long getEventSeqNum()  
      short getEventSeqNumFieldState()
      return source sequence number Field State MODIFIED (2) value indicates the fied was updated in last tick NOT MODIFIED (1) value indicate that there was no change in the last tick NOT_INITIALISED (0) value indicates that the field has never been updated
      com.wombat.mama.MamaDateTime getEventTime()  
      short getEventTimeFieldState()
      return event time Field State MODIFIED (2) value indicates the fied was updated in last tick NOT MODIFIED (1) value indicate that there was no change in the last tick NOT_INITIALISED (0) value indicates that the field has never been updated
      com.wombat.mama.MamaDateTime getSrcTime()  
      short getSrcTimeFieldState()
      return Source time Field State MODIFIED (2) value indicates the fied was updated in last tick NOT MODIFIED (1) value indicate that there was no change in the last tick NOT_INITIALISED (0) value indicates that the field has never been updated
    • Method Detail

      • getSrcTime

        com.wombat.mama.MamaDateTime getSrcTime()
        Returns:
        Source time. Typically, the exchange generated feed time stamp. This is often the same as the "event time", because many feeds do not distinguish between the actual event time and when the exchange sent the message.
      • getSrcTimeFieldState

        short getSrcTimeFieldState()
        return Source time Field State MODIFIED (2) value indicates the fied was updated in last tick NOT MODIFIED (1) value indicate that there was no change in the last tick NOT_INITIALISED (0) value indicates that the field has never been updated
      • getActivityTime

        com.wombat.mama.MamaDateTime getActivityTime()
        Returns:
        Activity time. A feed handler generated time stamp representing when the data item was last updated.
      • getActivityTimeFieldState

        short getActivityTimeFieldState()
        return Activity time Field State MODIFIED (2) value indicates the fied was updated in last tick NOT MODIFIED (1) value indicate that there was no change in the last tick NOT_INITIALISED (0) value indicates that the field has never been updated
      • getEventSeqNum

        long getEventSeqNum()
        Returns:
        Source sequence number. The exchange generated sequence number.
      • getEventSeqNumFieldState

        short getEventSeqNumFieldState()
        return source sequence number Field State MODIFIED (2) value indicates the fied was updated in last tick NOT MODIFIED (1) value indicate that there was no change in the last tick NOT_INITIALISED (0) value indicates that the field has never been updated
      • getEventTime

        com.wombat.mama.MamaDateTime getEventTime()
        Returns:
        Event time. Typically, when the event actually occurred. This is often the same as the "source time", because many feeds do not distinguish between the actual event time and when the exchange sent the message.
      • getEventTimeFieldState

        short getEventTimeFieldState()
        return event time Field State MODIFIED (2) value indicates the fied was updated in last tick NOT MODIFIED (1) value indicate that there was no change in the last tick NOT_INITIALISED (0) value indicates that the field has never been updated