|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
the interface that want to expose to jmx
| Method Summary | |
void |
clear()
Clears any objects sitting idle in the pool, releasing any associated resources |
java.lang.String |
getObjectClass()
get the pooled object's class type, it return by object pool's factory |
ObjectFactory |
getObjectFactory()
get the factory use to create new instances |
int |
getRest()
get the count of rest object |
int |
getWorking()
get the count of working object |
| Methods inherited from interface org.huihoo.jfox.service.ComponentSupportMBean |
getObjectName, getProxyInstance |
| Methods inherited from interface org.huihoo.jfox.service.Component |
destroy, getName, getState, init |
| Methods inherited from interface org.huihoo.jfox.service.Loggable |
getLogger |
| Method Detail |
public void clear()
public ObjectFactory getObjectFactory()
public java.lang.String getObjectClass()
public int getWorking()
public int getRest()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||