Uses of Interface
javax.management.loading.ClassLoaderRepository

Packages that use ClassLoaderRepository
javax.management Provides the core JMX classes
javax.management.loading Provides the classes which implement advanced dynamic loading
javax.management.modelmbean Provides the definition of the ModelMBean classes
 

Uses of ClassLoaderRepository in javax.management
 

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

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 clr)
          Load a class, using the given ClassLoaderRepository if the class is not found in this MLet's URLs.
 

Uses of ClassLoaderRepository in javax.management.modelmbean
 

Methods in javax.management.modelmbean that return ClassLoaderRepository
protected  ClassLoaderRepository RequiredModelMBean.getClassLoaderRepository()
          Return the Class Loader Repository used to perform class loading.
 


Maintenance Release
jmx-1.2.1-b14 2003.07.15_17:22:05_MEST

Copyright 1999-2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.