| Package | Description |
|---|---|
| org.jasig.cas.monitor |
| Modifier and Type | Method and Description |
|---|---|
protected abstract StatusCode |
AbstractPoolMonitor.checkPool()
Performs a health check on a the pool.
|
StatusCode |
Status.getCode()
Gets the status code.
|
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 |
|---|
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-2012 Jasig. All Rights Reserved.