Uses of Interface
javax.management.loading.ClassLoaderRepository

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

Uses of ClassLoaderRepository in javax.management
 

Methods in javax.management that return ClassLoaderRepository
static ClassLoaderRepository MBeanServerFactory.getClassLoaderRepository(MBeanServer mbeanServer)
          Return the ClassLoaderRepository used by the given MBeanServer.
 ClassLoaderRepository MBeanServer.getClassLoaderRepository()
          Return the ClassLoaderRepository for this MBeanServer.
 

Uses of ClassLoaderRepository in org.huihoo.jfox.jmx
 

Methods in org.huihoo.jfox.jmx that return ClassLoaderRepository
 ClassLoaderRepository MBeanServerSupport.getClassLoaderRepository()
           
 

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

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

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