|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StatusCode | |
|---|---|
| org.jasig.cas.monitor | |
| Uses of StatusCode in org.jasig.cas.monitor |
|---|
| Methods in org.jasig.cas.monitor that return StatusCode | |
|---|---|
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. |
| Constructors in org.jasig.cas.monitor with parameters of type StatusCode | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||