Interface SingletonServiceContext
-
- All Superinterfaces:
ServiceNameProvider
- All Known Subinterfaces:
DistributedSingletonServiceContext,LocalSingletonServiceContext
- All Known Implementing Classes:
DistributedSingletonServiceBuilder,DistributedSingletonServiceConfigurator,LocalSingletonServiceBuilder,LocalSingletonServiceConfigurator
public interface SingletonServiceContext extends ServiceNameProvider
- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SingletonElectionListenergetElectionListener()-
Methods inherited from interface org.wildfly.clustering.service.ServiceNameProvider
getServiceName
-
-
-
-
Method Detail
-
getElectionListener
SingletonElectionListener getElectionListener()
-
-