public class AddDefaultBindingsConfig extends Object implements UpdateSubsystemTaskFactory.SubtaskFactory
| Modifier and Type | Class and Description |
|---|---|
static interface |
AddDefaultBindingsConfig.EnvironmentProperties |
| Modifier and Type | Field and Description |
|---|---|
static AddDefaultBindingsConfig |
INSTANCE |
static org.jboss.migration.core.ServerMigrationTaskName |
SERVER_MIGRATION_TASK_NAME |
static String |
TASK_RESULT_ATTR_CONTEXT_SERVICE |
static String |
TASK_RESULT_ATTR_DATA_SOURCE |
static String |
TASK_RESULT_ATTR_JMS_CONNECTION_FACTORY |
static String |
TASK_RESULT_ATTR_MANAGED_EXECUTOR_SERVICE |
static String |
TASK_RESULT_ATTR_MANAGED_SCHEDULED_EXECUTOR_SERVICE |
static String |
TASK_RESULT_ATTR_MANAGED_THREAD_FACTORY |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.migration.core.ServerMigrationTask |
getServerMigrationTask(org.jboss.dmr.ModelNode config,
UpdateSubsystemTaskFactory subsystem,
SubsystemsManagement subsystemsManagement)
Retrieves the server migration task's runnable.
|
public static final AddDefaultBindingsConfig INSTANCE
public static final org.jboss.migration.core.ServerMigrationTaskName SERVER_MIGRATION_TASK_NAME
public static final String TASK_RESULT_ATTR_CONTEXT_SERVICE
public static final String TASK_RESULT_ATTR_MANAGED_THREAD_FACTORY
public static final String TASK_RESULT_ATTR_MANAGED_EXECUTOR_SERVICE
public static final String TASK_RESULT_ATTR_MANAGED_SCHEDULED_EXECUTOR_SERVICE
public static final String TASK_RESULT_ATTR_DATA_SOURCE
public static final String TASK_RESULT_ATTR_JMS_CONNECTION_FACTORY
public org.jboss.migration.core.ServerMigrationTask getServerMigrationTask(org.jboss.dmr.ModelNode config,
UpdateSubsystemTaskFactory subsystem,
SubsystemsManagement subsystemsManagement)
UpdateSubsystemTaskFactory.SubtaskFactorygetServerMigrationTask in interface UpdateSubsystemTaskFactory.SubtaskFactoryconfig - the subsystem configurationsubsystem - the parent tasksubsystemsManagement - the target configuration subsystem managementCopyright © 2016 JBoss by Red Hat. All rights reserved.