|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjodd.db.pool.CoreConnectionPool.SizeSnapshot
public static class CoreConnectionPool.SizeSnapshot
Just a statistic class.
| Method Summary | |
|---|---|
int |
getAvaliableCount()
Returns number of availiable connections. |
int |
getBusyCount()
Returns number of busy connections. |
int |
getTotalCount()
Returns total number of connections. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public int getTotalCount()
public int getAvaliableCount()
public int getBusyCount()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||