Package | Description |
---|---|
org.ow2.petals.microkernel.api.system.sharedarea |
Modifier and Type | Method and Description |
---|---|
Collection<SharedAreaService.SavedEndpoint> |
SharedAreaService.leaveTopology()
Leave the current topology (if it's a dynamic topology, we remove ourselves from it) and stops listening to
topology changes.
|
Modifier and Type | Method and Description |
---|---|
void |
SharedAreaService.joinTopology(Collection<SharedAreaService.SavedEndpoint> endpoints)
Join the current topology configured in the
ConfigurationService (if it's a dynamic topology, we add
ourselves to it) and start listening to topology changes. |
void |
SharedAreaService.loadTopology(Collection<SharedAreaService.SavedEndpoint> endpoints)
Load the topology configured in the
ConfigurationService or from the shared area and start listening to
topology changes. |
Copyright © 2005-2016 Linagora. All Rights Reserved.