|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
LoaderRepositoryFactory.LoaderRepositoryConfigParser | The interface representing a LoaderRepository configuration parser. |
MBeanFileParser | Interface that abstracts the access to different MBean loader parsers (MLet file parsers, XML based parsers, etc.). |
UnifiedClassLoader3MBean | Just a tagging interface to make the UnifiedClassLoader so it can be used as a loader in other MBean creation via MBeanServer.createMBean. |
UnifiedClassLoaderMBean | Just a tagging interface to make the UnifiedClassLoader so it can be used as a loader in other MBean creation via MBeanServer.createMBean. |
UnifiedLoaderRepository3MBean | The UnifiedLoaderRepository3 (ULR) management interface |
UnifiedLoaderRepositoryMBean | UnifiedLoaderRepositoryMBean.java Created: Sun Apr 14 13:04:04 2002 |
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. |
HeirarchicalLoaderRepository3 | A simple extension of UnifiedLoaderRepository3 that adds the notion of a parent UnifiedLoaderRepository. |
HeirarchicalLoaderRepository3ConfigParser | The LoaderRepositoryConfigParser implementation for the HeirarchicalLoaderRepository3. |
LoaderRepository | Abstract base class of all loader repository implementations |
LoaderRepositoryClassLoader | A delegating classloader that first peeks in the loader repository's cache. |
LoaderRepositoryFactory | A factory for LoaderRepository instances. |
LoaderRepositoryFactory.LoaderRepositoryConfig | A class that represents the configuration of the a LoaderRepository. |
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. |
MBeanElement | Dataholder class used with MBean file parsers. |
MLetParser | Parses an MLet text file confirming to spec format. |
RepositoryClassLoader | A RepositoryClassLoader. |
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. |
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |