Class LegacyRegistryFactoryServiceInstallerFactory<K,V>
java.lang.Object
org.wildfly.extension.clustering.server.registry.legacy.LegacyRegistryFactoryServiceInstallerFactory<K,V>
- All Implemented Interfaces:
Function<BinaryServiceConfiguration,,org.wildfly.subsystem.service.ServiceInstaller> BinaryServiceInstallerFactory<RegistryFactory<K,V>>
- Direct Known Subclasses:
LegacyCacheRegistryFactoryServiceInstallerFactory,LegacyLocalRegistryFactoryServiceInstallerFactory
@Deprecated
public abstract class LegacyRegistryFactoryServiceInstallerFactory<K,V>
extends Object
implements BinaryServiceInstallerFactory<RegistryFactory<K,V>>
Deprecated.
- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.wildfly.service.descriptor.BinaryServiceDescriptor<RegistryFactory<K,V>> Deprecated.
-
Constructor Details
-
LegacyRegistryFactoryServiceInstallerFactory
public LegacyRegistryFactoryServiceInstallerFactory()Deprecated.
-
-
Method Details
-
getServiceDescriptor
public org.wildfly.service.descriptor.BinaryServiceDescriptor<RegistryFactory<K,V>> getServiceDescriptor()Deprecated.- Specified by:
getServiceDescriptorin interfaceBinaryServiceInstallerFactory<K>
-