Class DistributedSingletonService

java.lang.Object
org.wildfly.clustering.singleton.server.AbstractSingletonService<SingletonContext,org.wildfly.clustering.server.manager.Service>
org.wildfly.clustering.singleton.server.DistributedSingletonService
All Implemented Interfaces:
Supplier<SingletonContextRegistration<SingletonContext>>, org.jboss.msc.Service

public class DistributedSingletonService extends AbstractSingletonService<SingletonContext,org.wildfly.clustering.server.manager.Service>
Distributed singleton service implementation that uses JBoss MSC 1.4.x service installation.
Author:
Paul Ferraro