public class PoolStatus extends Status
| Constructor and Description |
|---|
PoolStatus(StatusCode code,
String desc,
int active,
int idle)
Creates a new status object with the given code.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getActiveCount()
Gets the number of active pool resources.
|
int |
getIdleCount()
Gets the number of idle pool resources.
|
getCode, getDescriptionpublic PoolStatus(StatusCode code, String desc, int active, int idle)
code - Status code.desc - Human-readable status description.Status.getCode()Copyright © 2004-2012 Jasig. All Rights Reserved.