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

Constructor Index

 o ClassLoaderThreadGroup(String, URLClassLoader)
Create a ThreadGroup with a class loader.

Method Index

 o getCurrentURLClassLoader()
Get the class loader of the current thread.
 o getURLClassLoader()
Get the loader.

Constructors

 o ClassLoaderThreadGroup
  public ClassLoaderThreadGroup(String name,
                                URLClassLoader loader)
Create a ThreadGroup with a class loader.

Methods

 o getURLClassLoader
  public URLClassLoader getURLClassLoader()
Get the loader.
 o getCurrentURLClassLoader
  public static URLClassLoader getCurrentURLClassLoader()
Get the class loader of the current thread.

All Packages  Class Hierarchy  This Package  Previous  Next  Index