javax.management
Class MBeanServerFactory.DefaultLoaderRepositoryWrapper

java.lang.Object
javax.management.MBeanServerFactory.DefaultLoaderRepositoryWrapper
- All Implemented Interfaces:
- javax.management.loading.ClassLoaderRepository
- Enclosing class:
- MBeanServerFactory
- private static class MBeanServerFactory.DefaultLoaderRepositoryWrapper
- extends java.lang.Object
- implements javax.management.loading.ClassLoaderRepository
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MBeanServerFactory.DefaultLoaderRepositoryWrapper
private MBeanServerFactory.DefaultLoaderRepositoryWrapper()
loadClass
public java.lang.Class loadClass(java.lang.String className)
throws java.lang.ClassNotFoundException
- Description copied from interface:
javax.management.loading.ClassLoaderRepository
- Loads a class from the repository. This method attempts to load the class
using all the classloader registered to the repository.
- Specified by:
loadClass in interface javax.management.loading.ClassLoaderRepository
loadClassWithout
public java.lang.Class loadClassWithout(java.lang.ClassLoader loader,
java.lang.String className)
throws java.lang.ClassNotFoundException
- Description copied from interface:
javax.management.loading.ClassLoaderRepository
- Loads a class from the repository, excluding the given
classloader.
- Specified by:
loadClassWithout in interface javax.management.loading.ClassLoaderRepository