Class BinaryServiceInstallerProvider<T>
java.lang.Object
org.wildfly.extension.clustering.server.BinaryServiceInstallerProvider<T>
- All Implemented Interfaces:
BiFunction<org.jboss.as.controller.capability.CapabilityServiceSupport,BinaryServiceConfiguration, Iterable<org.wildfly.subsystem.service.ServiceInstaller>>
- Direct Known Subclasses:
LegacyRegistryFactoryServiceInstallerProvider,LegacyServiceProviderRegistryServiceInstallerProvider,RegistryFactoryServiceInstallerProvider,ServiceProviderRegistrarServiceInstallerProvider
public class BinaryServiceInstallerProvider<T>
extends Object
implements BiFunction<org.jboss.as.controller.capability.CapabilityServiceSupport,BinaryServiceConfiguration,Iterable<org.wildfly.subsystem.service.ServiceInstaller>>
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBinaryServiceInstallerProvider(BinaryServiceInstallerFactory<T> installerFactory) protectedBinaryServiceInstallerProvider(BinaryServiceInstallerFactory<T> installerFactory, Function<BinaryServiceConfiguration, JndiName> jndiNameFactory) -
Method Summary
Modifier and TypeMethodDescriptionIterable<org.wildfly.subsystem.service.ServiceInstaller>apply(org.jboss.as.controller.capability.CapabilityServiceSupport support, BinaryServiceConfiguration configuration) 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
-
BinaryServiceInstallerProvider
-
BinaryServiceInstallerProvider
protected BinaryServiceInstallerProvider(BinaryServiceInstallerFactory<T> installerFactory, Function<BinaryServiceConfiguration, JndiName> jndiNameFactory)
-
-
Method Details
-
apply
public Iterable<org.wildfly.subsystem.service.ServiceInstaller> apply(org.jboss.as.controller.capability.CapabilityServiceSupport support, BinaryServiceConfiguration configuration) - Specified by:
applyin interfaceBiFunction<org.jboss.as.controller.capability.CapabilityServiceSupport,BinaryServiceConfiguration, Iterable<org.wildfly.subsystem.service.ServiceInstaller>>
-