Package org.jboss.as.jdr
Class JdrReport
java.lang.Object
org.jboss.as.jdr.JdrReport
Provides metadata about and access to the data collected by a
JdrReportCollector.- Author:
- Brian Stansberry, Mike M. Clark
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIndicates the time the JDR report collection was complete.Indicates the location of the generated JDR report.Indicates the time the JDR report collection was initiated.voidvoidsetEndTime(long endTime) voidsetEndTime(Date date) voidsetJdrUuid(String jdrUuid) voidsetLocation(String location) voidvoidsetStartTime(long startTime) voidsetStartTime(Date date)
-
Field Details
-
JBOSS_PROPERTY_DIR
- See Also:
-
JDR_PROPERTY_FILE_NAME
- See Also:
-
UUID_NAME
- See Also:
-
JDR_PROPERTIES_COMMENT
- See Also:
-
JBOSS_HOME_DIR
- See Also:
-
DEFAULT_PROPERTY_DIR
- See Also:
-
DATA_DIR
- See Also:
-
-
Constructor Details
-
JdrReport
public JdrReport() -
JdrReport
public JdrReport(org.jboss.dmr.ModelNode result)
-
-
Method Details
-
getStartTime
Indicates the time the JDR report collection was initiated. -
getFormattedStartTime
-
setStartTime
-
setStartTime
public void setStartTime(long startTime) -
setStartTime
public void setStartTime() -
getEndTime
Indicates the time the JDR report collection was complete. -
getFormattedEndTime
-
setEndTime
-
setEndTime
public void setEndTime(long endTime) -
setEndTime
public void setEndTime() -
getLocation
Indicates the location of the generated JDR report.- Returns:
- location of report.
-
setLocation
-
setJdrUuid
-
getJdrUuid
-