Interface LegacySingletonContext<T>
-
- All Superinterfaces:
Lifecycle,Singleton,SingletonContext,SingletonElectionListener
- All Known Implementing Classes:
LegacyDistributedSingletonService
public interface LegacySingletonContext<T> extends SingletonContext
Context for singleton commands.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<T>getLocalValue()-
Methods inherited from interface org.wildfly.clustering.singleton.Singleton
getPrimaryProvider, getProviders, isPrimary
-
Methods inherited from interface org.wildfly.clustering.singleton.SingletonElectionListener
elected
-
-