public class MigrateOperation extends Object implements org.jboss.as.controller.OperationStepHandler
| Modifier and Type | Field and Description |
|---|---|
static String |
DESCRIBE_MIGRATION |
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 String MIGRATE
public static final String DESCRIBE_MIGRATION
public static final String MIGRATION_OPERATIONS
public static final String MIGRATION_WARNINGS
public static final String MIGRATION_ERROR
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 © 2021 JBoss by Red Hat. All rights reserved.