| Package | Description |
|---|---|
| org.jasig.cas.monitor |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNamedMonitor<S extends Status>
Base class for all monitors that support configurable naming.
|
interface |
Monitor<S extends Status>
A monitor observes a resource and reports its status.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CacheStatus
Describes meaningful health metrics on the status of a cache.
|
class |
HealthStatus
Describes the overall health status of the CAS server as determined by composite status values.
|
class |
MemoryStatus
Describes the memory status of the JVM.
|
class |
PoolStatus
Describes the status of a resource pool.
|
class |
SessionStatus
Provides status information about the number of SSO sessions established in CAS.
|
| Modifier and Type | Field and Description |
|---|---|
static Status |
Status.ERROR
Generic ERROR status.
|
static Status |
Status.INFO
Generic INFO status.
|
static Status |
Status.OK
Generic OK status.
|
static Status |
Status.UNKNOWN
Generic UNKNOWN status.
|
static Status |
Status.WARN
Generic WARN status.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Status> |
HealthStatus.getDetails()
Gets the status details comprising the individual health checks performed for overall health status.
|
| Constructor and Description |
|---|
HealthStatus(StatusCode code,
Map<String,Status> detailMap)
Creates a new status object with the given code.
|
Copyright © 2004-2014 Jasig. All Rights Reserved.