Interface MemberAliveIndicator
- All Known Implementing Classes:
AbstractSpaceFactoryBean, DirectSpaceFactoryBean, EmbeddedSpaceFactoryBean, SpaceMemberAliveIndicator, SpaceProxyFactoryBean, UrlSpaceFactoryBean
public interface MemberAliveIndicator
A marker interface allowing beans to indicate the liveliness of a cluster member.
- Author:
- kimchy
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisAlive()Returntrueif the member is alive or not.booleanShould this member be checked to see if it is alive or not.
-
Method Details
-
isMemberAliveEnabled
boolean isMemberAliveEnabled()Should this member be checked to see if it is alive or not. -
isAlive
-