Interface ServiceActivityTracker
- 
- All Known Implementing Classes:
 ServiceActivityTrackerImpl
public interface ServiceActivityTracker
Used to update the status of services defined by theServiceActivityScoreboard. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddefine(ServiceDef serviceDef, Status initialStatus)Defines a service in the tracker with an initial status.voidsetStatus(String serviceId, Status status)Updates the status for the service. 
 - 
 
- 
- 
Method Detail
- 
define
void define(ServiceDef serviceDef, Status initialStatus)
Defines a service in the tracker with an initial status.- Parameters:
 serviceDef- the service being definedinitialStatus- typicallyStatus.BUILTINorStatus.DEFINED
 
 - 
 
 -