Package org.jboss.util.loading
-
Interface Summary Interface Description ClassLoaderSource Interface for objects that provide a reference to a classloader.Translatable An interface representing class loader like senamics used in the aop layer.Translator An interface for transforming byte code before Class creation. -
Class Summary Class Description ConstructorTCCLClassLoaderSource ClassLoaderSource
implementation that returns thethread context classloader (TCCL)
in effect when this class' constructor is invoked.ContextClassLoader A helper for context classloading.ContextClassLoader.NewInstance ContextClassLoaderSwitcher A helper for context classloading switching.ContextClassLoaderSwitcher.NewInstance DelegatingClassLoader A URL classloader that delegates to its parent, avoiding synchronization.MyClassLoaderClassLoaderSource ClassLoaderSource
implementation that returns the ClassLoader that loaded this class.