Interface ServiceActivityScoreboard
- 
- All Known Implementing Classes:
 ServiceActivityTrackerImpl
public interface ServiceActivityScoreboard
Provides access to the runtime details about services in theRegistry. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ServiceActivity>getServiceActivity()Returns the status of all services, sorted alphabetically by service id. 
 - 
 
- 
- 
Method Detail
- 
getServiceActivity
List<ServiceActivity> getServiceActivity()
Returns the status of all services, sorted alphabetically by service id. 
 - 
 
 -