Class LegacyDistributedSingletonService<T>

java.lang.Object
org.wildfly.clustering.singleton.server.AbstractSingletonService<LegacySingletonContext<T>,ServiceValue<T>>
org.wildfly.clustering.singleton.server.LegacyDistributedSingletonService<T>
All Implemented Interfaces:
Supplier<SingletonContextRegistration<LegacySingletonContext<T>>>, org.jboss.msc.Service, org.jboss.msc.service.Service<T>, org.jboss.msc.value.Value<T>, ServiceNameProvider, PrimaryProxyContext<T>, SingletonService, Singleton, SingletonService<T>

@Deprecated public class LegacyDistributedSingletonService<T> extends AbstractSingletonService<LegacySingletonContext<T>,ServiceValue<T>> implements SingletonService<T>, PrimaryProxyContext<T>
Deprecated.
Distributed singleton service implementation that uses JBoss MSC 1.3.x service installation. Decorates an MSC service ensuring that it is only started on one node in the cluster at any given time.
Author:
Paul Ferraro