Class marimba.persist.ClassLoaderThreadGroup
All Packages Class Hierarchy This Package Previous Next Index
Class marimba.persist.ClassLoaderThreadGroup
java.lang.Object
|
+----java.lang.ThreadGroup
|
+----marimba.persist.ClassLoaderThreadGroup
- public class ClassLoaderThreadGroup
- extends ThreadGroup
A thread group with a class loader. This allows object's to be
depersistified with the appropriate class loader.
- Version:
- 1.3, 11/29/96
- Author:
- Arthur van Hoff
-
ClassLoaderThreadGroup(String, URLClassLoader)
- Create a ThreadGroup with a class loader.
-
getCurrentURLClassLoader()
- Get the class loader of the current thread.
-
getURLClassLoader()
- Get the loader.
ClassLoaderThreadGroup
public ClassLoaderThreadGroup(String name,
URLClassLoader loader)
- Create a ThreadGroup with a class loader.
getURLClassLoader
public URLClassLoader getURLClassLoader()
- Get the loader.
getCurrentURLClassLoader
public static URLClassLoader getCurrentURLClassLoader()
- Get the class loader of the current thread.
All Packages Class Hierarchy This Package Previous Next Index