Inheritance diagram for org.objectweb.jonas_lib.loader.EjbJarClassLoader:


Public Member Functions | |
| EjbJarClassLoader (URL[] modules) throws IOException | |
| EjbJarClassLoader (URL[] modules, ClassLoader parent) throws IOException | |
Protected Member Functions | |
| void | init () throws IOException |
Definition at line 37 of file EjbJarClassLoader.java.
|
|
Create a new EjbJarClassLoader with default parent ClassLoader
Definition at line 52 of file EjbJarClassLoader.java. |
|
||||||||||||
|
Create a new EjbJarClassLoader with specified parent ClassLoader
Definition at line 64 of file EjbJarClassLoader.java. |
|
|
Add the directory and the content of META-INF/wsdl/ in the ClassLoader
Reimplemented from org.objectweb.jonas_lib.loader.AbsModuleClassLoader. Definition at line 74 of file EjbJarClassLoader.java. References org.objectweb.jonas_lib.loader.AbsModuleClassLoader.addInRepository(). |
Here is the call graph for this function:

1.3.9.1