public abstract class AbstractInstallationReporter extends Object implements OperationStepHandler
Modifier and Type | Class and Description |
---|---|
protected static class |
AbstractInstallationReporter.InstallationConfiguration |
Modifier and Type | Field and Description |
---|---|
protected static String |
OPERATION_NAME |
Constructor and Description |
---|
AbstractInstallationReporter() |
Modifier and Type | Method and Description |
---|---|
protected org.jboss.dmr.ModelNode |
createProductNode(OperationContext context,
AbstractInstallationReporter.InstallationConfiguration installation)
Create a ModelNode representing the instance product and the plateform it is running on.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
execute
protected static final String OPERATION_NAME
protected org.jboss.dmr.ModelNode createProductNode(OperationContext context, AbstractInstallationReporter.InstallationConfiguration installation) throws OperationFailedException
context
- the operation context.installation
- the instance installation configuration.OperationFailedException
Copyright © 2023 JBoss by Red Hat. All rights reserved.