public class WebMigrateOperation extends Object implements org.jboss.as.controller.OperationStepHandler
:describe-migration operation will return a list of all the actual operations that would
be performed during the invocation of the :migrate operation.
Note that all new operation addresses are generated for standalone mode. If this is a domain mode server then the
addresses are fixed after they have been generated| Modifier and Type | Field and Description |
|---|---|
static org.jboss.as.controller.PathElement |
DEFAULT_SERVER_PATH |
static String |
DESCRIBE_MIGRATION |
static org.jboss.as.controller.PathAddress |
EXTENSION_ADDRESS |
static String |
MIGRATE |
static String |
MIGRATION_ERROR |
static org.jboss.as.controller.SimpleMapAttributeDefinition |
MIGRATION_ERROR_ATTR |
static String |
MIGRATION_OPERATIONS |
static String |
MIGRATION_WARNINGS |
static org.jboss.as.controller.StringListAttributeDefinition |
MIGRATION_WARNINGS_ATTR |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode operation) |
public static final org.jboss.as.controller.PathElement DEFAULT_SERVER_PATH
public static final org.jboss.as.controller.PathAddress EXTENSION_ADDRESS
public static final String MIGRATE
public static final String MIGRATION_WARNINGS
public static final String MIGRATION_ERROR
public static final String MIGRATION_OPERATIONS
public static final String DESCRIBE_MIGRATION
public static final org.jboss.as.controller.StringListAttributeDefinition MIGRATION_WARNINGS_ATTR
public static final org.jboss.as.controller.SimpleMapAttributeDefinition MIGRATION_ERROR_ATTR
public void execute(org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode operation)
throws org.jboss.as.controller.OperationFailedException
execute in interface org.jboss.as.controller.OperationStepHandlerorg.jboss.as.controller.OperationFailedExceptionCopyright © 2022 JBoss by Red Hat. All rights reserved.