Class JdrReport

java.lang.Object
org.jboss.as.jdr.JdrReport

public class JdrReport extends Object
Provides metadata about and access to the data collected by a JdrReportCollector.
Author:
Brian Stansberry, Mike M. Clark
  • Field Details

  • Constructor Details

    • JdrReport

      public JdrReport()
    • JdrReport

      public JdrReport(org.jboss.dmr.ModelNode result)
  • Method Details

    • getStartTime

      public Long getStartTime()
      Indicates the time the JDR report collection was initiated.
    • getFormattedStartTime

      public String getFormattedStartTime()
    • setStartTime

      public void setStartTime(Date date)
    • setStartTime

      public void setStartTime(long startTime)
    • setStartTime

      public void setStartTime()
    • getEndTime

      public Long getEndTime()
      Indicates the time the JDR report collection was complete.
    • getFormattedEndTime

      public String getFormattedEndTime()
    • setEndTime

      public void setEndTime(Date date)
    • setEndTime

      public void setEndTime(long endTime)
    • setEndTime

      public void setEndTime()
    • getLocation

      public String getLocation()
      Indicates the location of the generated JDR report.
      Returns:
      location of report.
    • setLocation

      public void setLocation(String location)
    • setJdrUuid

      public void setJdrUuid(String jdrUuid)
    • getJdrUuid

      public String getJdrUuid()