@Beta public abstract static class ServiceManager.Listener extends Object
Constructor and Description |
---|
ServiceManager.Listener() |
Modifier and Type | Method and Description |
---|---|
void |
failure(Service service)
Called when a component service has failed.
|
void |
healthy()
Called when the service initially becomes healthy.
|
void |
stopped()
Called when the all of the component services have reached a terminal state, either
terminated or failed.
|
public ServiceManager.Listener()
public void healthy()
public void stopped()
Copyright © 2010-2014. All Rights Reserved.