Interface ServiceActivityTracker
- All Known Implementing Classes:
ServiceActivityTrackerImpl
public interface ServiceActivityTracker
Used to update the status of services defined by the
ServiceActivityScoreboard
.-
Method Summary
-
Method Details
-
define
Defines a service in the tracker with an initial status.- Parameters:
serviceDef
- the service being definedinitialStatus
- typicallyStatus.BUILTIN
orStatus.DEFINED
-
setStatus
Updates the status for the service.- Parameters:
serviceId
- identifies the service, which must be previously definedstatus
- the new status value
-