Package org.huihoo.jfox.pool

Interface Summary
ObjectFactory  
ObjectPool the method a object pool needed
ObjectPoolMBean the interface that want to expose to jmx
PoolableObject  
SimpleObjectPoolMBean  
 

Class Summary
AbstractObjectPool the supper class of all object pool
ObjectFactorySupport  
PoolableObjectInvocationHandler 需要拦截 PoolableObject 的方法调用的时候,使用 Proxy 机制来访问
ProxyObjectFactory  
SimpleObjectPool  
Test  
TestPoolableObject