Interface IDiscoveryService
-
public interface IDiscoveryServiceService interface for discovering other platforms.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrepublish()Republish the awareness info.voidsetDelay(long delay)Set the send delay.voidsetExcludes(java.lang.String[] excludes)Set the excludes.voidsetFast(boolean fast)Set the fast awareness flag.voidsetIncludes(java.lang.String[] includes)Set the includes.
-
-
-
Method Detail
-
setDelay
void setDelay(long delay)
Set the send delay.- Parameters:
delay- The delay.
-
setFast
void setFast(boolean fast)
Set the fast awareness flag.- Parameters:
fast- The fast flag.
-
setIncludes
void setIncludes(java.lang.String[] includes)
Set the includes.- Parameters:
includes- The includes.
-
setExcludes
void setExcludes(java.lang.String[] excludes)
Set the excludes.- Parameters:
excludes- The excludes.
-
republish
void republish()
Republish the awareness info. Called when some important property has changed, e.g. platform addresses.
-
-