protected static class MigrateSubsystemTaskFactory.ConfigMigration<S> extends Object implements SubsystemsManagementSubtaskExecutor<S>
| Modifier | Constructor and Description |
|---|---|
protected |
ConfigMigration(String subsystemName) |
| Modifier and Type | Method and Description |
|---|---|
void |
executeSubtasks(S source,
SubsystemsManagement subsystemsManagement,
org.jboss.migration.core.ServerMigrationTaskContext context) |
protected void |
processWarnings(List<String> migrationWarnings,
SubsystemsManagement subsystemsManagement,
org.jboss.migration.core.ServerMigrationTaskContext context)
Post migration processing.
|
protected ConfigMigration(String subsystemName)
public void executeSubtasks(S source, SubsystemsManagement subsystemsManagement, org.jboss.migration.core.ServerMigrationTaskContext context) throws Exception
executeSubtasks in interface ResourceManagementSubtaskExecutor<S,SubsystemsManagement>Exceptionprotected void processWarnings(List<String> migrationWarnings, SubsystemsManagement subsystemsManagement, org.jboss.migration.core.ServerMigrationTaskContext context) throws Exception
migrationWarnings - the warnings that resulted from doing the migrationsubsystemsManagement - the subsystem managementcontext - the task contextException - if there was a failure processing the warningsCopyright © 2016 JBoss by Red Hat. All rights reserved.