Uses of Interface
org.huihoo.jfox.service.ComponentSupportMBean

Packages that use ComponentSupportMBean
org.huihoo.jfox.datasource   
org.huihoo.jfox.pool   
org.huihoo.jfox.pool.connection   
org.huihoo.jfox.pool.thread   
org.huihoo.jfox.service   
org.huihoo.jfox.xmlet   
 

Uses of ComponentSupportMBean in org.huihoo.jfox.datasource
 

Subinterfaces of ComponentSupportMBean in org.huihoo.jfox.datasource
 interface PoolDataSourceMBean
           
 

Classes in org.huihoo.jfox.datasource that implement ComponentSupportMBean
 class PoolDataSource
           
 

Uses of ComponentSupportMBean in org.huihoo.jfox.pool
 

Subinterfaces of ComponentSupportMBean in org.huihoo.jfox.pool
 interface ObjectPool
          the method a object pool needed
 interface ObjectPoolMBean
          the interface that want to expose to jmx
 interface SimpleObjectPoolMBean
           
 

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

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

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

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

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

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

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

Uses of ComponentSupportMBean in org.huihoo.jfox.service
 

Subinterfaces of ComponentSupportMBean in org.huihoo.jfox.service
 interface ServiceSupportMBean
          define Constants and Method needed by A Service MBean
 interface ServiceWrapperMBean
           
 

Classes in org.huihoo.jfox.service that implement ComponentSupportMBean
 class ComponentSupport
           
 class ServiceSupport
           
 class ServiceWrapper
          wrap a remote service and export it's stub to a speicific port
 

Uses of ComponentSupportMBean in org.huihoo.jfox.xmlet
 

Subinterfaces of ComponentSupportMBean in org.huihoo.jfox.xmlet
 interface DirMLetMBean
          MLet Monitor interface