|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServiceActivityTracker
Used to update the status of services defined by the ServiceActivityScoreboard
.
Method Summary | |
---|---|
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. |
Method Detail |
---|
void define(ServiceDef serviceDef, Status initialStatus)
serviceDef
- the service being definedinitialStatus
- typically Status.BUILTIN
or Status.DEFINED
void setStatus(String serviceId, Status status)
serviceId
- identifies the service, which must be previously definedstatus
- the new status value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |