public interface ServiceActivityTracker
ServiceActivityScoreboard
.Modifier and Type | Method and Description |
---|---|
void |
define(ServiceDef serviceDef,
Status initialStatus)
Defines a service in the tracker with an initial status.
|
void |
setStatus(String serviceId,
Status status)
Updates the status for the service.
|
void define(ServiceDef serviceDef, Status initialStatus)
serviceDef
- the service being definedinitialStatus
- typically Status.BUILTIN
or Status.DEFINED
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.