updateServiceState

public abstract void updateServiceState(String dynamicService, String state)

Called by dynamic services to indicate an update in the service state.

Parameters

dynamicService

- the 'type' of the service to stop

state

- a string indicating the state

See also

Throws

if something bad happens.