|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.util.pool.impl.enhanced.impl.listener.statistics.BasicPoolStats
public class BasicPoolStats
| Constructor Summary | |
|---|---|
BasicPoolStats()
|
|
| Method Summary | |
|---|---|
int |
getNotSendedBack()
|
int |
getStockedCount()
We assume that a pool item is stocked when it is not in pool. |
int |
getWaiters()
|
void |
setNotSendedBack(int notSendedBack)
|
void |
setWaiters(int waiters)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BasicPoolStats()
| Method Detail |
|---|
public int getWaiters()
public void setWaiters(int waiters)
waiters - the waiters to setpublic int getNotSendedBack()
public void setNotSendedBack(int notSendedBack)
notSendedBack - the notSendedBack to setpublic int getStockedCount()
getStockedCount in interface StockerStatistics
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||