Uses of Interface
javax.management.loading.ClassLoaderRepository

Packages that use ClassLoaderRepository
javax.management   
javax.management.loading   
mx4j.loading   
mx4j.server   
 

Uses of ClassLoaderRepository in javax.management
 

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

Uses of ClassLoaderRepository in javax.management.loading
 

Methods in javax.management.loading with parameters of type ClassLoaderRepository
 java.lang.Class MLet.loadClass(java.lang.String name, ClassLoaderRepository repository)
          Load a class using the given ClassLoaderRepository, iterating through the list of class loaders.
 

Uses of ClassLoaderRepository in mx4j.loading
 

Constructors in mx4j.loading with parameters of type ClassLoaderRepository
RepositoryClassLoader(ClassLoaderRepository repository)
           
 

Uses of ClassLoaderRepository in mx4j.server
 

Classes in mx4j.server that implement ClassLoaderRepository
 class BaseClassLoaderRepository
          Base class to extend to create custom ClassLoaderRepositories.
 

Methods in mx4j.server that return ClassLoaderRepository
static ClassLoaderRepository MBeanServerImpl.getStaticClassLoaderRepository()
          Returns the ClassLoaderRepository that maps ClassLoaderRepositories of all MBeanServer in a JVM.
 ClassLoaderRepository MBeanServerImpl.getClassLoaderRepository()
          Returns the ClassLoaderRepository for this MBeanServer.
 



Copyright © 2001-2002 MX4J Team. All Rights Reserved.