public class ServiceMap extends Object
Constructor and Description |
---|
ServiceMap() |
Modifier and Type | Method and Description |
---|---|
protected Map<String,ServiceDetails> |
getPathMap(String path) |
List<String> |
getPaths()
Returns a list of all the current paths for the services
|
List<ServiceDetails> |
getServices(String path)
Returns a list of all the current services for the given path
|
void |
serviceRemoved(String path,
ServiceDetails service)
When a service is added or updated
|
void |
serviceUpdated(String path,
ServiceDetails service)
When a service is added or updated
|
public List<ServiceDetails> getServices(String path)
public void serviceUpdated(String path, ServiceDetails service)
public void serviceRemoved(String path, ServiceDetails service)
protected Map<String,ServiceDetails> getPathMap(String path)
Copyright © 2011–2014 Red Hat. All rights reserved.