Package | Description |
---|---|
org.distributeme.core.lifecycle |
Contains lifecycle management.
|
Modifier and Type | Method and Description |
---|---|
HealthStatus |
LifecycleAware.getHealthStatus()
Returns the custom health status.
|
HealthStatus |
LifecycleComponent.getHealthStatus(String serviceId)
Returns the health status of a given service.
|
HealthStatus |
LifecycleComponentImpl.getHealthStatus(String serviceId) |
static HealthStatus |
HealthStatus.OK()
Factory method for default status OK.
|
Modifier and Type | Method and Description |
---|---|
Map<String,HealthStatus> |
LifecycleComponent.getHealthStatuses()
Returns map with health status objects for all contained public services (usually one!).
|
Map<String,HealthStatus> |
LifecycleComponentImpl.getHealthStatuses() |
Copyright © 2010-2014 anotheria.net. All Rights Reserved.