public class ServerMigration<S extends Server> extends Object implements WildFlyServerMigration10<S>
| Modifier and Type | Class and Description |
|---|---|
static class |
ServerMigration.Builder<S extends Server> |
static interface |
ServerMigration.SubtaskFactory<S extends Server> |
| Modifier and Type | Field and Description |
|---|---|
protected List<ServerMigration.SubtaskFactory<S>> |
subtaskFactories |
| Constructor and Description |
|---|
ServerMigration(ServerMigration.Builder<S> builder) |
| Modifier and Type | Method and Description |
|---|---|
ServerMigrationTaskResult |
run(S source,
WildFlyServer10 target,
TaskContext context)
Runs the server migration.
|
protected final List<ServerMigration.SubtaskFactory<S extends Server>> subtaskFactories
public ServerMigration(ServerMigration.Builder<S> builder)
public ServerMigrationTaskResult run(S source, WildFlyServer10 target, TaskContext context)
WildFlyServerMigration10run in interface WildFlyServerMigration10<S extends Server>Copyright © 2017 JBoss by Red Hat. All rights reserved.