Class LegacyDistributedSingletonService<T>

    • Constructor Detail

      • LegacyDistributedSingletonService

        public LegacyDistributedSingletonService​(DistributedSingletonServiceContext context,
                                                 org.jboss.msc.service.Service<T> primaryService,
                                                 org.jboss.msc.service.Service<T> backupService)
        Deprecated.
    • Method Detail

      • getServiceName

        public org.jboss.msc.service.ServiceName getServiceName()
        Deprecated.
        Specified by:
        getServiceName in interface org.wildfly.clustering.service.ServiceNameProvider
      • start

        public void start​(org.jboss.msc.service.StartContext context)
                   throws org.jboss.msc.service.StartException
        Deprecated.
        Specified by:
        start in interface org.jboss.msc.Service
        Specified by:
        start in interface org.jboss.msc.service.Service<T>
        Overrides:
        start in class AbstractDistributedSingletonService<LegacySingletonContext<T>>
        Throws:
        org.jboss.msc.service.StartException
      • getValue

        public T getValue()
        Deprecated.
        Specified by:
        getValue in interface org.jboss.msc.value.Value<T>