public interface DiscoveryModule extends Module
Title: Service Event Fabric Core
Description: Defines a Discovery Module.
RuntimeDiscoveryModule
.
ClientDiscoveryModule
.
Copyright: Copyright (c) 2011
Company: StreamScape Technologies
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_FABRIC_DIRECTORY |
static java.lang.String |
DEFAULT_MULTICAST_ADDRESS |
Modifier and Type | Method and Description |
---|---|
java.util.List |
discover()
Performs discovery of other Fabric nodes and returns a list of found discovery links.
|
DirectoryTable |
getDirectoryTable()
Returns a Directory Table associated with the module.
|
void |
onDirectoryTableUpdate()
This method is invoked after update of the Directory Table of the module.
|
destroy, init, setParameter
static final java.lang.String DEFAULT_MULTICAST_ADDRESS
static final java.lang.String DEFAULT_FABRIC_DIRECTORY
DirectoryTable getDirectoryTable()
discover()
method.null
if the module has no such table.void onDirectoryTableUpdate()
Or more exactly, this method is invoked after the following operations with the Directory Table:
java.util.List discover()
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.