Class ServiceProviderRegistrarServiceInstallerFactory<T>
java.lang.Object
org.wildfly.extension.clustering.server.provider.ServiceProviderRegistrarServiceInstallerFactory<T>
- All Implemented Interfaces:
BiFunction<org.jboss.as.controller.capability.CapabilityServiceSupport,,BinaryServiceConfiguration, org.wildfly.subsystem.service.ServiceInstaller> BinaryServiceInstallerFactory<org.wildfly.clustering.server.provider.ServiceProviderRegistrar<T,org.wildfly.clustering.server.GroupMember>>
- Direct Known Subclasses:
CacheServiceProviderRegistrarServiceInstallerFactory,LocalServiceProviderRegistrarServiceInstallerFactory
public abstract class ServiceProviderRegistrarServiceInstallerFactory<T>
extends Object
implements BinaryServiceInstallerFactory<org.wildfly.clustering.server.provider.ServiceProviderRegistrar<T,org.wildfly.clustering.server.GroupMember>>
Builds a cache-based
ServiceProviderRegistrationFactory service.- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.wildfly.service.descriptor.BinaryServiceDescriptor<org.wildfly.clustering.server.provider.ServiceProviderRegistrar<T,org.wildfly.clustering.server.GroupMember>> 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, apply
-
Constructor Details
-
ServiceProviderRegistrarServiceInstallerFactory
public ServiceProviderRegistrarServiceInstallerFactory()
-
-
Method Details
-
getServiceDescriptor
public org.wildfly.service.descriptor.BinaryServiceDescriptor<org.wildfly.clustering.server.provider.ServiceProviderRegistrar<T,org.wildfly.clustering.server.GroupMember>> getServiceDescriptor()- Specified by:
getServiceDescriptorin interfaceBinaryServiceInstallerFactory<T>
-