Class UnaryServiceInstallerProvider<T>
java.lang.Object
org.wildfly.extension.clustering.server.UnaryServiceInstallerProvider<T>
- All Implemented Interfaces:
Function<String,Iterable<org.wildfly.subsystem.service.ServiceInstaller>>
- Direct Known Subclasses:
CommandDispatcherFactoryServiceInstallerProvider,GroupServiceInstallerProvider,LegacyCommandDispatcherFactoryServiceInstallerProvider,LegacyGroupServiceInstallerProvider
public class UnaryServiceInstallerProvider<T>
extends Object
implements Function<String,Iterable<org.wildfly.subsystem.service.ServiceInstaller>>
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedUnaryServiceInstallerProvider(org.wildfly.service.descriptor.UnaryServiceDescriptor<T> descriptor, Function<String, org.wildfly.subsystem.service.ServiceInstaller> installerFactory) protectedUnaryServiceInstallerProvider(org.wildfly.service.descriptor.UnaryServiceDescriptor<T> descriptor, Function<String, org.wildfly.subsystem.service.ServiceInstaller> installerFactory, Function<String, JndiName> jndiNameFactory) -
Method Summary