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

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

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

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

Uses of Persistentable in org.huihoo.jfox.pool
 

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

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

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

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

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

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

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

Uses of Persistentable in org.huihoo.jfox.service
 

Subinterfaces of Persistentable in org.huihoo.jfox.service
 interface Component
           
 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 Persistentable
 class ComponentSupport
           
 class ServiceSupport
           
 class ServiceWrapper
          wrap a remote service and export it's stub to a speicific port
 

Uses of Persistentable in org.huihoo.jfox.xmlet
 

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