Uses of Interface
javax.management.loading.ClassLoaderRepository

Packages that use ClassLoaderRepository
javax.management   
org.huihoo.jfox.jmx.loading   
 

Uses of ClassLoaderRepository in javax.management
 

Methods in javax.management that return ClassLoaderRepository
static ClassLoaderRepository MBeanServerFactory.getClassLoaderRepository(MBeanServer mbeanServer)
           
 

Uses of ClassLoaderRepository in org.huihoo.jfox.jmx.loading
 

Subinterfaces of ClassLoaderRepository in org.huihoo.jfox.jmx.loading
 interface ExtendableClassLoaderRepository
          extend the javax.management.ClassLoaderRepository ,make it can add & remove classloader
 

Classes in org.huihoo.jfox.jmx.loading that implement ClassLoaderRepository
 class ClassLoaderRepositorySupport