Class AbstractLegacyServiceProviderRegistryServiceInstallerFactory<T>
java.lang.Object
org.wildfly.extension.clustering.server.provider.legacy.AbstractLegacyServiceProviderRegistryServiceInstallerFactory<T>
- All Implemented Interfaces:
Function<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.
-
Constructor Details
-
AbstractLegacyServiceProviderRegistryServiceInstallerFactory
public AbstractLegacyServiceProviderRegistryServiceInstallerFactory()Deprecated.
-
-
Method Details
-
getServiceDescriptor
public org.wildfly.service.descriptor.BinaryServiceDescriptor<ServiceProviderRegistry<T>> getServiceDescriptor()Deprecated.- Specified by:
getServiceDescriptorin interfaceBinaryServiceInstallerFactory<T>
-