| Package | Description |
|---|---|
| org.jasig.cas.monitor |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNamedMonitor<S extends Status>
Description of AbstractNamedMonitor.
|
interface |
Monitor<S extends Status>
A monitor observes a resource and reports its status.
|
| Modifier and Type | Class and Description |
|---|---|
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 | 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-2012 Jasig. All Rights Reserved.