Class UnaryServiceInstallerProvider<T>
java.lang.Object
org.wildfly.extension.clustering.server.UnaryServiceInstallerProvider<T>
- All Implemented Interfaces:
BiFunction<org.jboss.as.controller.capability.CapabilityServiceSupport,String, Iterable<org.wildfly.subsystem.service.ServiceInstaller>>
- Direct Known Subclasses:
CommandDispatcherFactoryServiceInstallerProvider,GroupServiceInstallerProvider,LegacyCommandDispatcherFactoryServiceInstallerProvider,LegacyGroupServiceInstallerProvider
public class UnaryServiceInstallerProvider<T>
extends Object
implements BiFunction<org.jboss.as.controller.capability.CapabilityServiceSupport,String,Iterable<org.wildfly.subsystem.service.ServiceInstaller>>
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedUnaryServiceInstallerProvider(org.wildfly.service.descriptor.UnaryServiceDescriptor<T> descriptor, BiFunction<org.jboss.as.controller.capability.CapabilityServiceSupport, String, org.wildfly.subsystem.service.ServiceInstaller> installerFactory) protectedUnaryServiceInstallerProvider(org.wildfly.service.descriptor.UnaryServiceDescriptor<T> descriptor, BiFunction<org.jboss.as.controller.capability.CapabilityServiceSupport, String, org.wildfly.subsystem.service.ServiceInstaller> installerFactory, Function<String, JndiName> jndiNameFactory) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiFunction
andThen
-
Constructor Details
-
UnaryServiceInstallerProvider
protected UnaryServiceInstallerProvider(org.wildfly.service.descriptor.UnaryServiceDescriptor<T> descriptor, BiFunction<org.jboss.as.controller.capability.CapabilityServiceSupport, String, org.wildfly.subsystem.service.ServiceInstaller> installerFactory) -
UnaryServiceInstallerProvider
-
-
Method Details
-
apply
public Iterable<org.wildfly.subsystem.service.ServiceInstaller> apply(org.jboss.as.controller.capability.CapabilityServiceSupport support, String value) - Specified by:
applyin interfaceBiFunction<org.jboss.as.controller.capability.CapabilityServiceSupport,String, Iterable<org.wildfly.subsystem.service.ServiceInstaller>>
-