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 Details

    • UnaryServiceInstallerProvider

      protected UnaryServiceInstallerProvider(org.wildfly.service.descriptor.UnaryServiceDescriptor<T> descriptor, Function<String,org.wildfly.subsystem.service.ServiceInstaller> installerFactory)
    • UnaryServiceInstallerProvider

      protected UnaryServiceInstallerProvider(org.wildfly.service.descriptor.UnaryServiceDescriptor<T> descriptor, Function<String,org.wildfly.subsystem.service.ServiceInstaller> installerFactory, Function<String,JndiName> jndiNameFactory)
  • Method Details