public interface TopologyService
Modifier and Type | Method and Description |
---|---|
void |
clean(String domain,
String subDomain)
Clean all information associated to the given topology from the Petals Registry Overlay cluster.
|
Map<String,org.ow2.petals.topology.generated.Topology> |
getTopologies() |
org.ow2.petals.topology.generated.Topology |
getTopology(String topologyId) |
Map<String,org.ow2.petals.topology.generated.Topology> getTopologies()
org.ow2.petals.topology.generated.Topology getTopology(String topologyId)
topologyId
- The topology identifiervoid clean(String domain, String subDomain) throws UnexistingTopologyException
domain
- Domain name of the topology to cleansubDomain
- Sub-domain name of the topology to cleanUnexistingTopologyException
- The given topology does not exist in the Petals Registry Overlay clusterCopyright © 2005-2015 Linagora. All Rights Reserved.