org.objectweb.jonas_lib.loader.ClientClassLoader Class Reference

Inherits org.objectweb.jonas_lib.loader.AbsModuleClassLoader.

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

Inheritance graph
[legend]
Collaboration diagram for org.objectweb.jonas_lib.loader.ClientClassLoader:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ClientClassLoader (URL module) throws IOException
 ClientClassLoader (URL module, ClassLoader parent) throws IOException

Protected Member Functions

void init () throws IOException

Detailed Description

ClassLoader used for loading Client classes and resources

Author:
Guillaume Sauthier

Definition at line 37 of file ClientClassLoader.java.


Constructor & Destructor Documentation

org.objectweb.jonas_lib.loader.ClientClassLoader.ClientClassLoader URL  module  )  throws IOException
 

Create a new ClientClassLoader with default parent ClassLoader

Parameters:
module an URL of Client files
Exceptions:
IOException if creation fails

Definition at line 52 of file ClientClassLoader.java.

org.objectweb.jonas_lib.loader.ClientClassLoader.ClientClassLoader URL  module,
ClassLoader  parent
throws IOException
 

Create a new ClientClassLoader with specified parent ClassLoader

Parameters:
module an URL of Client files
parent the parent ClassLoader to use
Exceptions:
IOException if creation fails

Definition at line 64 of file ClientClassLoader.java.


Member Function Documentation

void org.objectweb.jonas_lib.loader.ClientClassLoader.init  )  throws IOException [protected]
 

Add the directory and the content of META-INF/wsdl/ in the ClassLoader.

Exceptions:
IOException When initialisation fails.

Reimplemented from org.objectweb.jonas_lib.loader.AbsModuleClassLoader.

Definition at line 74 of file ClientClassLoader.java.

References org.objectweb.jonas_lib.loader.AbsModuleClassLoader.addContentInRepository(), and org.objectweb.jonas_lib.loader.AbsModuleClassLoader.addInRepository().

Here is the call graph for this function:


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:13:06 2005 for JOnAS by  doxygen 1.3.9.1