Package org.ow2.jonas.lib.loader

Interface Summary
IMetaInfLocator Interface used to search entries located in META-INF/ folder of some bundles.
 

Class Summary
AbsModuleClassLoader The AbsModuleClassLoader class is used in JOnAS for loading web, ejbjars and client modules.
ClientClassLoader ClassLoader used for loading Client classes and resources
EjbJarClassLoader ClassLoader used for loading EJB classes and resources
FilteringClassLoader ClassLoader that allows to filter the classes or resources that are loaded.
It is extending URLClassLoader as for example Tomcat is looking for getURLs() method, etc.
MetaInfScanner This class will track all META-INF/ resources (except MANIFEST) so that we can get URL for META-INF/services/* key for example.
MetaInfScannerBundleTrackerCustomizer Tracker of META/INF entries in bundles.
OSGiClassLoader OSGiClassLoader delegates class loading to the OSGi framework.
SimpleWebappClassLoader ClassLoader specialized for WebApps.
ThreadContextClassLoader Delegate all call to the Thread context ClassLoader.
WebappClassLoader ClassLoader specialized for WebApps.
 



Copyright © 2012 OW2 Consortium. All Rights Reserved.