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

Packages that use Component
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 Component in org.huihoo.jfox.datasource
 

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

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

Uses of Component in org.huihoo.jfox.pool
 

Subinterfaces of Component 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 Component
 class AbstractObjectPool
          the supper class of all object pool
 class SimpleObjectPool
           
 

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

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

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

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

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

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

Uses of Component in org.huihoo.jfox.service
 

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

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

Uses of Component in org.huihoo.jfox.xmlet
 

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