org.ow2.jonas.lib.bootstrap
Class LoaderManager

java.lang.Object
  extended by org.ow2.jonas.lib.bootstrap.LoaderManager

public final class LoaderManager
extends Object

This class create all the ClassLoader necessary for JOnAS.

Author:
Guillaume Sauthier, Francois Fornaciari

Method Summary
 JClassLoader getExternalLoader()
           
static LoaderManager getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static LoaderManager getInstance()
Returns:
Returns the unique instance of LoaderManager.

getExternalLoader

public JClassLoader getExternalLoader()
                               throws Exception
Returns:
Returns the External ClassLoader which contains user libraries.
Throws:
Exception - When ClassLoader cannot be created.


Copyright © 2010 OW2 Consortium. All Rights Reserved.