Class CommandDispatcherFactoryServiceConfiguratorProvider
- java.lang.Object
-
- org.wildfly.extension.clustering.server.GroupRequirementServiceConfiguratorProvider<org.wildfly.clustering.dispatcher.CommandDispatcherFactory>
-
- org.wildfly.extension.clustering.server.dispatcher.CommandDispatcherFactoryServiceConfiguratorProvider
-
- All Implemented Interfaces:
GroupServiceConfiguratorProvider
- Direct Known Subclasses:
ChannelCommandDispatcherFactoryServiceConfiguratorProvider,LocalCommandDispatcherFactoryServiceConfiguratorProvider
public class CommandDispatcherFactoryServiceConfiguratorProvider extends GroupRequirementServiceConfiguratorProvider<org.wildfly.clustering.dispatcher.CommandDispatcherFactory>
Provides the requisite builders for creating aCommandDispatcherFactorycreated from a specified factory..- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCommandDispatcherFactoryServiceConfiguratorProvider(GroupCapabilityServiceConfiguratorFactory<org.wildfly.clustering.dispatcher.CommandDispatcherFactory> factory)
-
Method Summary
-
Methods inherited from class org.wildfly.extension.clustering.server.GroupRequirementServiceConfiguratorProvider
getServiceConfigurators, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.wildfly.clustering.server.service.GroupServiceConfiguratorProvider
getServiceConfigurators
-
-
-
-
Constructor Detail
-
CommandDispatcherFactoryServiceConfiguratorProvider
protected CommandDispatcherFactoryServiceConfiguratorProvider(GroupCapabilityServiceConfiguratorFactory<org.wildfly.clustering.dispatcher.CommandDispatcherFactory> factory)
-
-