Uses of Package
org.huihoo.jfox.pool

Packages that use org.huihoo.jfox.pool
org.huihoo.jfox.pool   
org.huihoo.jfox.pool.connection   
org.huihoo.jfox.pool.thread   
 

Classes in org.huihoo.jfox.pool used by org.huihoo.jfox.pool
AbstractObjectPool
          the supper class of all object pool
ObjectFactory
           
ObjectFactorySupport
           
ObjectPool
          the method a object pool needed
ObjectPoolMBean
          the interface that want to expose to jmx
PoolableObject
           
SimpleObjectPoolMBean
           
 

Classes in org.huihoo.jfox.pool used by org.huihoo.jfox.pool.connection
ObjectFactory
           
ObjectFactorySupport
           
ObjectPool
          the method a object pool needed
ObjectPoolMBean
          the interface that want to expose to jmx
PoolableObject
           
PoolableObjectInvocationHandler
          需要拦截 PoolableObject 的方法调用的时候,使用 Proxy 机制来访问
ProxyObjectFactory
           
 

Classes in org.huihoo.jfox.pool used by org.huihoo.jfox.pool.thread
ObjectFactory
           
ObjectFactorySupport
           
ObjectPoolMBean
          the interface that want to expose to jmx
PoolableObject