Package org.jboss.as.jdr
Interface JdrReportCollector
-
- All Known Implementing Classes:
JdrRunner
public interface JdrReportCollectorUsed to create a JBoss Diagnostic Report (JDR).- Author:
- Brian Stansberry, Mike M. Clark
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JdrReportcollect()Create a JDR report.
-
-
-
Method Detail
-
collect
JdrReport collect() throws org.jboss.as.controller.OperationFailedException
Create a JDR report.- Returns:
- information about the generated report.
- Throws:
org.jboss.as.controller.OperationFailedException
-
-