Uses of Class
org.huihoo.jfox.service.ComponentSupport

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

Uses of ComponentSupport in org.huihoo.jfox.pool
 

Subclasses of ComponentSupport in org.huihoo.jfox.pool
 class AbstractObjectPool
          the supper class of all object pool
 class SimpleObjectPool
           
 

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

Subclasses of ComponentSupport in org.huihoo.jfox.pool.connection
 class SimpleConnectionPool
          Get connections from this pool, all connections get from this pool can be recycled for resue.
 

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

Subclasses of ComponentSupport in org.huihoo.jfox.pool.thread
 class SimpleThreadPool
           
 

Uses of ComponentSupport in org.huihoo.jfox.service
 

Subclasses of ComponentSupport in org.huihoo.jfox.service
 class ServiceSupport
           
 class ServiceWrapper
          wrap a remote service and export it's stub to a speicific port