Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.management
Class MBeanServerFactory.DefaultLoaderRepositoryWrapper  view MBeanServerFactory.DefaultLoaderRepositoryWrapper download MBeanServerFactory.DefaultLoaderRepositoryWrapper.java

java.lang.Object
  extended byjavax.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


Constructor Summary
private MBeanServerFactory.DefaultLoaderRepositoryWrapper()
           
 
Method Summary
 java.lang.Class loadClass(java.lang.String className)
          Loads a class from the repository.
 java.lang.Class loadClassWithout(java.lang.ClassLoader loader, java.lang.String className)
          Loads a class from the repository, excluding the given classloader.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBeanServerFactory.DefaultLoaderRepositoryWrapper

private MBeanServerFactory.DefaultLoaderRepositoryWrapper()
Method Detail

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