public class JdrReport extends Object
JdrReportCollector.| Modifier and Type | Field and Description |
|---|---|
static String |
DATA_DIR |
static String |
DEFAULT_PROPERTY_DIR |
static String |
JBOSS_HOME_DIR |
static String |
JBOSS_PROPERTY_DIR |
static String |
JDR_PROPERTIES_COMMENT |
static String |
JDR_PROPERTY_FILE_NAME |
static String |
UUID_NAME |
| Constructor and Description |
|---|
JdrReport() |
JdrReport(org.jboss.dmr.ModelNode result) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getEndTime()
Indicates the time the JDR report collection was complete.
|
String |
getFormattedEndTime() |
String |
getFormattedStartTime() |
String |
getJdrUuid() |
String |
getLocation()
Indicates the location of the generated JDR report.
|
Long |
getStartTime()
Indicates the time the JDR report collection was initiated.
|
void |
setEndTime() |
void |
setEndTime(Date date) |
void |
setEndTime(long endTime) |
void |
setJdrUuid(String jdrUuid) |
void |
setLocation(String location) |
void |
setStartTime() |
void |
setStartTime(Date date) |
void |
setStartTime(long startTime) |
public static final String JBOSS_PROPERTY_DIR
public static final String JDR_PROPERTY_FILE_NAME
public static final String UUID_NAME
public static final String JDR_PROPERTIES_COMMENT
public static final String JBOSS_HOME_DIR
public static final String DEFAULT_PROPERTY_DIR
public static final String DATA_DIR
public JdrReport()
public JdrReport(org.jboss.dmr.ModelNode result)
public Long getStartTime()
public String getFormattedStartTime()
public void setStartTime(Date date)
public void setStartTime(long startTime)
public void setStartTime()
public Long getEndTime()
public String getFormattedEndTime()
public void setEndTime(Date date)
public void setEndTime(long endTime)
public void setEndTime()
public String getLocation()
public void setLocation(String location)
public void setJdrUuid(String jdrUuid)
public String getJdrUuid()
Copyright © 2020 JBoss by Red Hat. All rights reserved.