Class LegacyRegistryFactoryServiceInstallerFactory<K,V>
java.lang.Object
org.wildfly.extension.clustering.server.registry.legacy.LegacyRegistryFactoryServiceInstallerFactory<K,V>
- All Implemented Interfaces:
BiFunction<org.jboss.as.controller.capability.CapabilityServiceSupport,,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.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
-
LegacyRegistryFactoryServiceInstallerFactory
public LegacyRegistryFactoryServiceInstallerFactory()Deprecated.
-
-
Method Details
-
getServiceDescriptor
public org.wildfly.service.descriptor.BinaryServiceDescriptor<RegistryFactory<K,V>> getServiceDescriptor()Deprecated.- Specified by:
getServiceDescriptorin interfaceBinaryServiceInstallerFactory<K>
-