Uses of Class
org.jboss.migration.wfly10.config.task.management.subsystem.UpdateSubsystemResourceSubtaskBuilder
-
-
Uses of UpdateSubsystemResourceSubtaskBuilder in org.jboss.migration.wfly10.config.task.management.subsystem
Constructors in org.jboss.migration.wfly10.config.task.management.subsystem with parameters of type UpdateSubsystemResourceSubtaskBuilder Constructor Description UpdateSubsystemResources(String subsystemName, UpdateSubsystemResourceSubtaskBuilder<S>... subtasks) -
Uses of UpdateSubsystemResourceSubtaskBuilder in org.jboss.migration.wfly10.config.task.subsystem.ee
Subclasses of UpdateSubsystemResourceSubtaskBuilder in org.jboss.migration.wfly10.config.task.subsystem.ee Modifier and Type Class Description classAddConcurrencyUtilitiesDefaultConfig<S>A task which adds the default EE Concurrency Utilities config to the subsystem.classAddDefaultBindingsConfig<S>A task which configures the default Java EE 7 bindings. -
Uses of UpdateSubsystemResourceSubtaskBuilder in org.jboss.migration.wfly10.config.task.subsystem.ejb3
Subclasses of UpdateSubsystemResourceSubtaskBuilder in org.jboss.migration.wfly10.config.task.subsystem.ejb3 Modifier and Type Class Description classAddInfinispanPassivationStoreAndDistributableCache<S>A task which adds EJB3 subsystem's infinipan passivation-store, and distributable cache, if missing.classDefinePassivationDisabledCacheRef<S>A task which defines EJB3 subsystem's 'passivation-disabled-cache-ref' attribute .classRefHttpRemotingConnectorInEJB3Remote<S>A task which changes EJB3 remote service, if presence in config, to ref the HTTP Remoting Conector.classWorkaroundForWFLY5520<S>A task which applies WFLY-5520 workaround when EAP 7.0.0.Beta1 is the target server. -
Uses of UpdateSubsystemResourceSubtaskBuilder in org.jboss.migration.wfly10.config.task.subsystem.infinispan
Subclasses of UpdateSubsystemResourceSubtaskBuilder in org.jboss.migration.wfly10.config.task.subsystem.infinispan Modifier and Type Class Description classAddEjbCache<S>A task which adds the 'ejb' cache, present on EAP 7 default configs, to Infinispan subsystem configuration.classAddServerCache<S>A task which adds the 'server' cache, present on EAP 7 default configs, to Infinispan subsystem configuration.classFixHibernateCacheModuleName<S>A task which changes the module name of any Hibernate Cache present in Infinispan subsystem.classWildFly10_0FixHibernateCacheModuleName<S> -
Uses of UpdateSubsystemResourceSubtaskBuilder in org.jboss.migration.wfly10.config.task.subsystem.jgroups
Subclasses of UpdateSubsystemResourceSubtaskBuilder in org.jboss.migration.wfly10.config.task.subsystem.jgroups Modifier and Type Class Description classUpdateProtocols<S>A task which updates jgroup subsystem configuration's protocols. -
Uses of UpdateSubsystemResourceSubtaskBuilder in org.jboss.migration.wfly10.config.task.subsystem.messagingactivemq
Subclasses of UpdateSubsystemResourceSubtaskBuilder in org.jboss.migration.wfly10.config.task.subsystem.messagingactivemq Modifier and Type Class Description classAddHttpAcceptorsAndConnectors<S>A task which adds HTTP Acceptors and Connectors to the Messaging subsystem. -
Uses of UpdateSubsystemResourceSubtaskBuilder in org.jboss.migration.wfly10.config.task.subsystem.remoting
Subclasses of UpdateSubsystemResourceSubtaskBuilder in org.jboss.migration.wfly10.config.task.subsystem.remoting Modifier and Type Class Description classAddEndpointIfMissing<S>A task which adds the remoting endpoint.classAddHttpConnectorIfMissing<S>A task which adds the default http connector, if missing from the remote subsystem config. -
Uses of UpdateSubsystemResourceSubtaskBuilder in org.jboss.migration.wfly10.config.task.subsystem.undertow
Subclasses of UpdateSubsystemResourceSubtaskBuilder in org.jboss.migration.wfly10.config.task.subsystem.undertow Modifier and Type Class Description classAddWebsockets<S>A task which adds support for websockets.classSetDefaultHostResponseHeader<S>A task which adds a response header filter to Undertow's default host config.classSetDefaultHostResponseHeaderServer<S>classSetDefaultHostResponseHeaderXPoweredBy<S>classSetDefaultHttpListenerRedirectSocket<S>A task which ensures that Undertow's default http listener 'redirect-socket' is set.classUpdateDefaultHostResponseHeaderServer<S>
-