Interface JdrReportCollector

All Known Implementing Classes:
JdrRunner

public interface JdrReportCollector
Used to create a JBoss Diagnostic Report (JDR).
Author:
Brian Stansberry, Mike M. Clark
  • Method Summary

    Modifier and Type
    Method
    Description
    Create a JDR report.
  • Method Details

    • 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