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.
Local
SingletonService implementation created using JBoss MSC 1.3.x service installation.- Author:
- Paul Ferraro
-
Field Summary
Fields inherited from interface org.jboss.msc.Service
NULLFields inherited from interface org.jboss.msc.service.Service
NULL -
Constructor Summary
ConstructorsConstructorDescriptionLocalLegacySingletonService(org.jboss.msc.service.Service<T> service, LocalSingletonServiceContext context) Deprecated. -
Method Summary
Methods inherited from class org.wildfly.clustering.singleton.server.LocalSingletonService
getPrimaryProvider, getProviders, isPrimary, start, stopMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.msc.Service
start, stopMethods inherited from interface org.wildfly.clustering.singleton.Singleton
getPrimaryProvider, getProviders, isPrimary
-
Constructor Details
-
LocalLegacySingletonService
public LocalLegacySingletonService(org.jboss.msc.service.Service<T> service, LocalSingletonServiceContext context) Deprecated.
-
-
Method Details
-
getValue
Deprecated.- Specified by:
getValuein interfaceorg.jboss.msc.value.Value<T>
-