Class LocalLegacySingletonService<T>
- java.lang.Object
-
- org.wildfly.clustering.singleton.server.LocalSingletonService
-
- org.wildfly.clustering.singleton.server.LocalLegacySingletonService<T>
-
- All Implemented Interfaces:
org.jboss.msc.Service,org.jboss.msc.service.Service<T>,org.jboss.msc.value.Value<T>,SingletonService,Singleton,SingletonService<T>
@Deprecated public class LocalLegacySingletonService<T> extends LocalSingletonService implements SingletonService<T>
Deprecated.LocalSingletonServiceimplementation created using JBoss MSC 1.3.x service installation.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description LocalLegacySingletonService(org.jboss.msc.service.Service<T> service, LocalSingletonServiceContext context)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description TgetValue()Deprecated.-
Methods inherited from class org.wildfly.clustering.singleton.server.LocalSingletonService
getPrimaryProvider, getProviders, isPrimary, start, stop
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.wildfly.clustering.singleton.Singleton
getPrimaryProvider, getProviders, isPrimary
-
-
-
-
Constructor Detail
-
LocalLegacySingletonService
public LocalLegacySingletonService(org.jboss.msc.service.Service<T> service, LocalSingletonServiceContext context)
Deprecated.
-
-