GigaSpaces - Open Spaces

org.openspaces.core.cluster
Interface MemberAliveIndicator

All Known Implementing Classes:
AbstractSpaceFactoryBean, DirectSpaceFactoryBean, UrlSpaceFactoryBean

public interface MemberAliveIndicator

A marker interface allowing beans to indicate the liveliness of a cluster member.

Author:
kimchy

Method Summary
 boolean isAlive()
          Return true if the member is alive or not.
 boolean isMemberAliveEnabled()
          Should this member be checked to see if it is alive or not.
 

Method Detail

isMemberAliveEnabled

boolean isMemberAliveEnabled()
Should this member be checked to see if it is alive or not.


isAlive

boolean isAlive()
Return true if the member is alive or not.


GigaSpaces - Open Spaces

Copyright © GigaSpaces.