| Package | Description |
|---|---|
| org.jasig.cas.monitor |
| Modifier and Type | Method and Description |
|---|---|
protected StatusCode |
DataSourceMonitor.checkPool() |
protected abstract StatusCode |
AbstractPoolMonitor.checkPool()
Performs a health check on a the pool.
|
StatusCode |
Status.getCode()
Gets the status code.
|
protected StatusCode |
AbstractCacheMonitor.status(CacheStatistics statistics)
Computes the status code for a given set of cache statistics.
|
static StatusCode |
StatusCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatusCode[] |
StatusCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CacheStatus(StatusCode code,
String description,
CacheStatistics... statistics)
Creates a new instance describing cache status.
|
HealthStatus(StatusCode code,
Map<String,Status> detailMap)
Creates a new status object with the given code.
|
MemoryStatus(StatusCode code,
long free,
long total)
Creates a new status object with the given code.
|
PoolStatus(StatusCode code,
String desc,
int active,
int idle)
Creates a new status object with the given code.
|
SessionStatus(StatusCode code,
String desc)
Creates a new status object with the given code.
|
SessionStatus(StatusCode code,
String desc,
int sessions,
int serviceTickets)
Creates a new status object with the given code.
|
Status(StatusCode code)
Creates a new status object with the given code.
|
Status(StatusCode code,
String desc)
Creates a new status object with the given code.
|
Copyright © 2004-2015 Apereo. All Rights Reserved.