Package org.huihoo.jfox.pool

Interface Summary
IndexedObjectPool  
ObjectFactory  
ObjectPool the method a object pool needed
PoolableObject  
SimpleObjectPoolInterface  
 

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