Class ReportAttacher.AbstractReportAttacher
java.lang.Object
org.jboss.as.controller.operations.global.ReportAttacher.AbstractReportAttacher
- All Implemented Interfaces:
ReportAttacher
- Enclosing interface:
- ReportAttacher
public abstract static class ReportAttacher.AbstractReportAttacher
extends Object
implements ReportAttacher
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jboss.as.controller.operations.global.ReportAttacher
ReportAttacher.AbstractReportAttacher -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidattachResult(OperationContext context) protected abstract InputStreamprotected abstract StringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.as.controller.operations.global.ReportAttacher
addReport
-
Field Details
-
record
protected final boolean record -
EMPTY
protected static final byte[] EMPTY
-
-
Constructor Details
-
AbstractReportAttacher
public AbstractReportAttacher(boolean record)
-
-
Method Details
-
getContent
-
getMimeType
-
attachResult
- Specified by:
attachResultin interfaceReportAttacher- Throws:
OperationFailedException
-