public class HealthStatus extends Status
| Constructor and Description |
|---|
HealthStatus(StatusCode code,
Map<String,Status> detailMap)
Creates a new status object with the given code.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Status> |
getDetails()
Gets the status details comprising the individual health checks performed for overall health status.
|
getCode, getDescriptionpublic HealthStatus(StatusCode code, Map<String,Status> detailMap)
code - Status code.detailMap - Map of names to status information. A reasonable name would be, for example, the name of
the monitor that produced it.Status.getCode()Copyright © 2004-2012 Jasig. All Rights Reserved.