Package org.jboss.as.server.operations
Class InstallationReportHandler
- java.lang.Object
-
- org.jboss.as.server.operations.AbstractInstallationReporter
-
- org.jboss.as.server.operations.InstallationReportHandler
-
- All Implemented Interfaces:
OperationStepHandler
public class InstallationReportHandler extends AbstractInstallationReporter
Handler to produce a summary of the current server installation.- Author:
- Emmanuel Hugonnet (c) 2015 Red Hat, inc.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jboss.as.server.operations.AbstractInstallationReporter
AbstractInstallationReporter.InstallationConfiguration
-
-
Field Summary
Fields Modifier and Type Field Description static SimpleOperationDefinitionDEFINITION-
Fields inherited from class org.jboss.as.server.operations.AbstractInstallationReporter
OPERATION_NAME
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InstallationReportHandlercreateOperation(ServerEnvironment environment)voidexecute(OperationContext context, org.jboss.dmr.ModelNode operation)-
Methods inherited from class org.jboss.as.server.operations.AbstractInstallationReporter
createProductNode
-
-
-
-
Field Detail
-
DEFINITION
public static final SimpleOperationDefinition DEFINITION
-
-
Method Detail
-
createOperation
public static InstallationReportHandler createOperation(ServerEnvironment environment)
-
execute
public void execute(OperationContext context, org.jboss.dmr.ModelNode operation) throws OperationFailedException
- Throws:
OperationFailedException
-
-