Class DistributedSingletonService

java.lang.Object
org.wildfly.clustering.singleton.server.AbstractDistributedSingletonService<SingletonContext>
org.wildfly.clustering.singleton.server.DistributedSingletonService
All Implemented Interfaces:
Supplier<SingletonContext>, org.jboss.msc.Service, ServiceProviderRegistration.Listener, Lifecycle, SingletonContext, SingletonService, Singleton, SingletonElectionListener

public class DistributedSingletonService extends AbstractDistributedSingletonService<SingletonContext>
Distributed SingletonService implementation that uses JBoss MSC 1.4.x service installation.
Author:
Paul Ferraro