|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.ClassLoader
java.security.SecureClassLoader
java.net.URLClassLoader
org.objectweb.jonas_lib.loader.AbsModuleClassLoader
org.objectweb.jonas_lib.loader.ClientClassLoader
ClassLoader used for loading Client classes and resources
| Constructor Summary | |
ClientClassLoader(java.net.URL module)
Create a new ClientClassLoader with default parent ClassLoader |
|
ClientClassLoader(java.net.URL module,
java.lang.ClassLoader parent)
Create a new ClientClassLoader with specified parent ClassLoader |
|
| Method Summary | |
protected void |
init()
Add the directory and the content of META-INF/wsdl/ in the ClassLoader. |
| Methods inherited from class org.objectweb.jonas_lib.loader.AbsModuleClassLoader |
addContentInRepository, addInRepository, getBases, getClasspath, toString |
| Methods inherited from class java.net.URLClassLoader |
addURL, definePackage, findClass, findResource, findResources, getPermissions, getURLs, newInstance, newInstance |
| Methods inherited from class java.security.SecureClassLoader |
defineClass |
| Methods inherited from class java.lang.ClassLoader |
clearAssertionStatus, defineClass, defineClass, defineClass, definePackage, findLibrary, findLoadedClass, findSystemClass, getPackage, getPackages, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, loadClass, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ClientClassLoader(java.net.URL module)
throws java.io.IOException
module - an URL of Client files
java.io.IOException - if creation fails
public ClientClassLoader(java.net.URL module,
java.lang.ClassLoader parent)
throws java.io.IOException
module - an URL of Client filesparent - the parent ClassLoader to use
java.io.IOException - if creation fails| Method Detail |
protected void init()
throws java.io.IOException
init in class AbsModuleClassLoaderjava.io.IOException - When initialisation fails.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||