|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Status | |
|---|---|
| org.jasig.cas.monitor | |
| Uses of Status in org.jasig.cas.monitor |
|---|
| Classes in org.jasig.cas.monitor with type parameters of type Status | |
|---|---|
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. |
| Subclasses of Status in org.jasig.cas.monitor | |
|---|---|
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. |
| Fields in org.jasig.cas.monitor declared as Status | |
|---|---|
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. |
| Methods in org.jasig.cas.monitor that return types with arguments of type Status | |
|---|---|
Map<String,Status> |
HealthStatus.getDetails()
Gets the status details comprising the individual health checks performed for overall health status. |
| Constructor parameters in org.jasig.cas.monitor with type arguments of type Status | |
|---|---|
HealthStatus(StatusCode code,
Map<String,Status> detailMap)
Creates a new status object with the given code. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||