Class JVMEvent

    • Constructor Detail

      • JVMEvent

        public JVMEvent​(DateTimeStamp timeStamp,
                        double duration)
        All events have a date/time stamp of when the event occurred, and a duration.
        Parameters:
        timeStamp - The date/time stamp of when the event occurred.
        duration - The duration of the event in decimal seconds.
    • Method Detail

      • getDateTimeStamp

        public DateTimeStamp getDateTimeStamp()
        Get the date/time stamp of when the event occurred.
        Returns:
        The date/time stamp of when the event occurred.
      • getDuration

        public double getDuration()
        Get the duration of the event.
        Returns:
        The duration of the event in decimal seconds.