Package org.jboss.as.jdr
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 aJdrReportCollector.- Author:
- Brian Stansberry, Mike M. Clark
-
-
Field Summary
Fields Modifier and Type Field Description static StringDATA_DIRstatic StringDEFAULT_PROPERTY_DIRstatic StringJBOSS_HOME_DIRstatic StringJBOSS_PROPERTY_DIRstatic StringJDR_PROPERTIES_COMMENTstatic StringJDR_PROPERTY_FILE_NAMEstatic StringUUID_NAME
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetEndTime()Indicates the time the JDR report collection was complete.StringgetFormattedEndTime()StringgetFormattedStartTime()StringgetJdrUuid()StringgetLocation()Indicates the location of the generated JDR report.LonggetStartTime()Indicates the time the JDR report collection was initiated.voidsetEndTime()voidsetEndTime(long endTime)voidsetEndTime(Date date)voidsetJdrUuid(String jdrUuid)voidsetLocation(String location)voidsetStartTime()voidsetStartTime(long startTime)voidsetStartTime(Date date)
-
-
-
Field Detail
-
JBOSS_PROPERTY_DIR
public static final String JBOSS_PROPERTY_DIR
- See Also:
- Constant Field Values
-
JDR_PROPERTY_FILE_NAME
public static final String JDR_PROPERTY_FILE_NAME
- See Also:
- Constant Field Values
-
UUID_NAME
public static final String UUID_NAME
- See Also:
- Constant Field Values
-
JDR_PROPERTIES_COMMENT
public static final String JDR_PROPERTIES_COMMENT
- See Also:
- Constant Field Values
-
JBOSS_HOME_DIR
public static final String JBOSS_HOME_DIR
- See Also:
- Constant Field Values
-
DEFAULT_PROPERTY_DIR
public static final String DEFAULT_PROPERTY_DIR
- See Also:
- Constant Field Values
-
DATA_DIR
public static final String DATA_DIR
- See Also:
- Constant Field Values
-
-
Method Detail
-
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()
-
-