| org.huihoo.jfox.pool.ObjectPoolMBean
clear | void clear()(Code) | | Clears any objects sitting idle in the pool, releasing any associated resources
|
getObjectClass | String getObjectClass()(Code) | | get the pooled object's class type, it return by object pool's factory
|
getObjectFactory | ObjectFactory getObjectFactory()(Code) | | get the factory use to create new instances
|
getRest | int getRest()(Code) | | get the count of rest object
|
getWorking | int getWorking()(Code) | | get the count of working object
|
|
|