Class Summary |
BasicLoaderRepository |
Implements a simple classloader repository for the MBean server. |
ClassLoaderUtils |
Utility methods for class loader to package names, etc. |
ClassLoadingTask |
An encapsulation of a UCL3.loadClass task. |
ClassPreloadService |
A simple service that can be used preload all classes in the classpath
of the thread context class loader seen in the start method as the thread
context class loader. |
HeirarchicalLoaderRepository3 |
A simple extension of UnifiedLoaderRepository3 that adds the notion of a
parent UnifiedLoaderRepository. |
HeirarchicalLoaderRepository3ConfigParser |
The LoaderRepositoryConfigParser implementation for the HeirarchicalLoaderRepository3. |
LoadMgr3 |
A utility class used by the UnifiedClassLoader3 to manage the thread based
class loading tasks. |
LoadMgr3.PkgClassLoader |
A UCL and its relative ordering with respect to the class loading. |
UnifiedClassLoader |
A ClassLoader which loads classes from a single URL in conjunction with
the LoaderRepository . |
UnifiedClassLoader3 |
An extension of UnifiedClassLoader that manages a thread based loading
strategy to work around the locking problems associated with the VM
initiated locking due to the synchronized loadClassInternal method of
ClassLoader which cannot be overriden. |
UnifiedLoaderRepository3 |
A repository of class loaders that form a flat namespace of classes
and resources. |