Package org.wildfly.clustering.singleton
Interface SingletonStatus
- All Known Subinterfaces:
SingletonState
public interface SingletonStatus
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionbooleanIndicates whether this member is the primary provider of the singleton.
-
Method Details
-
isPrimaryProvider
boolean isPrimaryProvider()Indicates whether this member is the primary provider of the singleton.- Returns:
- true, if this member is the primary provider of the singleton, false otherwise.
-