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
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
FieldsFields inherited from class org.jboss.as.server.operations.AbstractInstallationReporter
OPERATION_NAME -
Method Summary
Modifier and TypeMethodDescriptionstatic InstallationReportHandlercreateOperation(ServerEnvironment environment) voidexecute(OperationContext context, org.jboss.dmr.ModelNode operation) Methods inherited from class org.jboss.as.server.operations.AbstractInstallationReporter
createProductNode
-
Field Details
-
DEFINITION
-
-
Method Details
-
createOperation
-
execute
public void execute(OperationContext context, org.jboss.dmr.ModelNode operation) throws OperationFailedException - Throws:
OperationFailedException
-