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