| Modifier and Type | Class and Description |
|---|---|
class |
AddExtension
A task which creates an extension if its missing from the server's config.
|
class |
AddSubsystemWithoutConfig
A task which creates a subsystem if its missing from the server's config.
|
class |
MigrateLegacySubsystem
A task which migrates a legacy subsystem.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<WildFly10SubsystemMigrationTask> |
WildFly10Subsystem.subsystemMigrationTasks |
| Modifier and Type | Method and Description |
|---|---|
WildFly10ExtensionBuilder |
WildFly10ExtensionBuilder.addSubsystem(String subsystemName,
WildFly10SubsystemMigrationTask... tasks) |
WildFly10SubsystemBuilder |
WildFly10SubsystemBuilder.addTask(WildFly10SubsystemMigrationTask configMigrationTask)
Adds a config migration task to the subsystem.
|
| Constructor and Description |
|---|
WildFly10Subsystem(String name,
List<WildFly10SubsystemMigrationTask> subsystemMigrationTasks,
WildFly10Extension extension) |
| Modifier and Type | Class and Description |
|---|---|
class |
AddConcurrencyUtilitiesDefaultConfig
A task which adds the default EE Concurrency Utilities config to the subsystem.
|
class |
AddDefaultBindingsConfig
A task which adds the default EE Concurrency Utilities config to the subsystem.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AddInfinispanPassivationStoreAndDistributableCache
A task which adds EJB3 subsystem's infinipan passivation-store, and distributable cache, if missing.
|
class |
DefinePassivationDisabledCacheRef
A task which defines EJB3 subsystem's 'passivation-disabled-cache-ref' attribute .
|
class |
RefHttpRemotingConnectorInEJB3Remote
A task which changes EJB3 remote service, if presence in config, to ref the HTTP Remoting Conector.
|
class |
WorkaroundForWFLY5520
A task which applies WFLY-5520 workaround when EAP 7.0.0.Beta1 is the target server.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AddEjbCache
A task which adds the 'ejb' cache, present on EAP 7 default configs, to Infinispan subsystem configuration.
|
class |
AddServerCache
A task which adds the 'server' cache, present on EAP 7 default configs, to Infinispan subsystem configuration.
|
class |
FixHibernateCacheModuleName
A task which changes the module name of any Hibernate Cache present in Infinispan subsystem.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AddBatchJBeretSubsystem
A task which adds the default Batch JBeret subsystem, if missing from the server config.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AddHttpAcceptorsAndConnectors
A task which adds HTTP Acceptors and Connectors to the Messaging subsystem.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AddHttpConnectorIfMissing
A task which adds the default http connector, if missing from the remote subsystem config.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AddSecurityManagerSubsystem
A task which adds the default Security Manager subsystem, if missing from the server config.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AddSingletonSubsystem
A task which adds the default Singleton subsystem, if missing from the server config.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AddBufferCache
A task which adds Undertow's default buffer cache.
|
class |
AddWebsockets
A task which adds support for websockets.
|
class |
MigrateHttpListener
A task which updates the config of the default http listener.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.