|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.ClassLoader
|
+--java.security.SecureClassLoader
|
+--java.net.URLClassLoader
|
+--psl.worklets.WVM_ClassLoader
WVM associated Class Loader
| Nested Class Summary | |
private class |
WVM_ClassLoader.URLSet
Container to hold the ClassLoader's URLs |
| Nested classes inherited from class java.lang.ClassLoader |
|
| Field Summary | |
private WVM_ClassLoader.URLSet |
_urlSet
URLSet holding the list of URLs |
private psl.worklets.WVM_SSLSocketFactory |
_WVM_sf
socket factory to use, if not null |
| Fields inherited from class java.net.URLClassLoader |
|
| Fields inherited from class java.security.SecureClassLoader |
|
| Fields inherited from class java.lang.ClassLoader |
|
| Constructor Summary | |
(package private) |
WVM_ClassLoader(java.net.URL[] urls)
Creates a plain WVM_ClassLoader to load the given URLs |
(package private) |
WVM_ClassLoader(java.net.URL[] urls,
psl.worklets.WVM_SSLSocketFactory wvm_sf)
Creates a WVM_ClassLoader to load the given URLs
with the given SocketFactory |
| Method Summary | |
void |
addCodebase(java.net.URL[] urls)
Adds the given array of URLs to the codebase |
java.lang.Class |
findClass(java.lang.String name)
Finds the given class |
java.net.URL |
findResource(java.lang.String name)
Finds the URL of the given resource |
| Methods inherited from class java.net.URLClassLoader |
addURL, definePackage, 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, toString, wait, wait, wait |
| Field Detail |
private final WVM_ClassLoader.URLSet _urlSet
URLSet holding the list of URLs
private psl.worklets.WVM_SSLSocketFactory _WVM_sf
| Constructor Detail |
WVM_ClassLoader(java.net.URL[] urls)
URLs
WVM_ClassLoader(java.net.URL[] urls,
psl.worklets.WVM_SSLSocketFactory wvm_sf)
URLs
with the given SocketFactory
| Method Detail |
public java.lang.Class findClass(java.lang.String name)
throws java.lang.ClassNotFoundException
findClass in class java.net.URLClassLoaderjava.lang.ClassNotFoundException - if the given class could not be foundpublic java.net.URL findResource(java.lang.String name)
findResource in class java.net.URLClassLoaderURL of the resourcepublic void addCodebase(java.net.URL[] urls)
URLs to the codebase
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||