|
||||||||||
PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.ClassLoader
java.security.SecureClassLoader
java.net.URLClassLoader
org.jboss.system.server.NoAnnotationURLClassLoader
A URL classloader to avoid URL annotation of classes in RMI
Constructor Summary | |
NoAnnotationURLClassLoader(java.net.URL[] urls)
Construct a URLClassLoader |
|
NoAnnotationURLClassLoader(java.net.URL[] urls,
java.lang.ClassLoader parent)
Construct a URLClassLoader |
|
NoAnnotationURLClassLoader(java.net.URL[] urls,
java.lang.ClassLoader parent,
java.net.URLStreamHandlerFactory factory)
Construct a URLClassLoader |
Method Summary | |
java.net.URL[] |
getAllURLs()
Return all library URLs |
java.net.URL[] |
getURLs()
Return an empty URL array to force the RMI marshalling subsystem to use the java.server.codebase property as the annotated codebase. |
Methods inherited from class java.net.URLClassLoader |
addURL, definePackage, findClass, findResource, findResources, getPermissions, 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 |
Constructor Detail |
public NoAnnotationURLClassLoader(java.net.URL[] urls)
urls
- the URLs to load classes from.public NoAnnotationURLClassLoader(java.net.URL[] urls, java.lang.ClassLoader parent)
urls
- the URLs to load classes from.parent
- the parent classloader.public NoAnnotationURLClassLoader(java.net.URL[] urls, java.lang.ClassLoader parent, java.net.URLStreamHandlerFactory factory)
urls
- the URLs to load classes from.parent
- the parent classloader.factory
- the url stream factory.Method Detail |
public java.net.URL[] getAllURLs()
Do not remove this method without running the WebIntegrationTestSuite
public java.net.URL[] getURLs()
Do not remove this method without discussing it on the dev list.
|
||||||||||
PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |