Uses of Interface
org.huihoo.jfox.pool.ObjectPoolMBean

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

Uses of ObjectPoolMBean in org.huihoo.jfox.pool
 

Subinterfaces of ObjectPoolMBean in org.huihoo.jfox.pool
 interface ObjectPool
          the method a object pool needed
 interface SimpleObjectPoolMBean
           
 

Classes in org.huihoo.jfox.pool that implement ObjectPoolMBean
 class AbstractObjectPool
          the supper class of all object pool
 class SimpleObjectPool
           
 

Uses of ObjectPoolMBean in org.huihoo.jfox.pool.connection
 

Subinterfaces of ObjectPoolMBean in org.huihoo.jfox.pool.connection
 interface SimpleConnectionPoolMBean
           
 

Classes in org.huihoo.jfox.pool.connection that implement ObjectPoolMBean
 class SimpleConnectionPool
          Get connections from this pool, all connections get from this pool can be recycled for resue.
 

Uses of ObjectPoolMBean in org.huihoo.jfox.pool.thread
 

Subinterfaces of ObjectPoolMBean in org.huihoo.jfox.pool.thread
 interface QueueThreadPoolMBean
          定义池的最大线程数,当达到这个最大数后还有请求到来的话, 新的请求将放到队列中等待执行,以免产生过多的线程
 interface SimpleThreadPoolMBean
           
 

Classes in org.huihoo.jfox.pool.thread that implement ObjectPoolMBean
 class SimpleThreadPool