Class AbstractLegacyServiceProviderRegistryServiceInstallerFactory<T>
java.lang.Object
org.wildfly.extension.clustering.server.provider.legacy.AbstractLegacyServiceProviderRegistryServiceInstallerFactory<T>
- All Implemented Interfaces:
BiFunction<org.jboss.as.controller.capability.CapabilityServiceSupport,,BinaryServiceConfiguration, org.wildfly.subsystem.service.ServiceInstaller> BinaryServiceInstallerFactory<ServiceProviderRegistry<T>>
- Direct Known Subclasses:
LegacyCacheServiceProviderRegistryServiceInstallerFactory,LegacyLocalServiceProviderRegistryServiceInstallerFactory
@Deprecated
public abstract class AbstractLegacyServiceProviderRegistryServiceInstallerFactory<T>
extends Object
implements BinaryServiceInstallerFactory<ServiceProviderRegistry<T>>
Deprecated.
- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.wildfly.service.descriptor.BinaryServiceDescriptor<ServiceProviderRegistry<T>>Deprecated.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
-
AbstractLegacyServiceProviderRegistryServiceInstallerFactory
public AbstractLegacyServiceProviderRegistryServiceInstallerFactory()Deprecated.
-
-
Method Details
-
getServiceDescriptor
public org.wildfly.service.descriptor.BinaryServiceDescriptor<ServiceProviderRegistry<T>> getServiceDescriptor()Deprecated.- Specified by:
getServiceDescriptorin interfaceBinaryServiceInstallerFactory<T>
-