Interface SingletonContext
-
- All Superinterfaces:
Lifecycle,Singleton,SingletonElectionListener
- All Known Subinterfaces:
LegacySingletonContext<T>
- All Known Implementing Classes:
AbstractDistributedSingletonService,DistributedSingletonService,LegacyDistributedSingletonService
public interface SingletonContext extends Lifecycle, Singleton, SingletonElectionListener
- Author:
- Paul Ferraro
-
-
Method Summary
-
Methods inherited from interface org.wildfly.clustering.singleton.Singleton
getPrimaryProvider, getProviders, isPrimary
-
Methods inherited from interface org.wildfly.clustering.singleton.SingletonElectionListener
elected
-
-